]> git.lizzy.rs Git - dragonfireclient.git/commit
Fix regression in automatic_face_movement_max_rotation_per_sec
authorPedro Gimeno <pgimeno@users.noreply.notabug.org>
Thu, 4 Apr 2019 16:53:55 +0000 (18:53 +0200)
committerParamat <paramat@users.noreply.github.com>
Sun, 14 Apr 2019 21:21:51 +0000 (22:21 +0100)
commit12a63021d01abd7395be3614767648d0b39f42a3
treecadd476c22038b0b9b76bc914b9488a1c7f61b95
parent007ce24a111372ddd0d4d5a9fbe862cea430fa4b
Fix regression in automatic_face_movement_max_rotation_per_sec

Values <= 0 should make the yaw change instant. This worked in 0.4.16 but was broken in 089f59458286.

Per bug report by oil_boi_minetest on IRC.
src/client/content_cao.cpp
src/content_sao.cpp