forked from VoxeLibre/VoxeLibre
disable smooth rotation
This commit is contained in:
parent
163e38eb51
commit
4bc6210fda
|
@ -311,7 +311,10 @@ end
|
|||
|
||||
-- set and return valid yaw
|
||||
local set_yaw = function(self, yaw, delay, dtime)
|
||||
|
||||
if true then
|
||||
self.object:set_yaw(yaw)
|
||||
return yaw
|
||||
end
|
||||
if not yaw or yaw ~= yaw then
|
||||
yaw = 0
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue