Fixed demo feature crashing game

This commit is contained in:
2019-09-25 10:50:50 -05:00
parent 93522703f9
commit a2089c0ae1
3 changed files with 8 additions and 7 deletions

View File

@@ -130,7 +130,6 @@ class IMICFPS
end
def turn_left
puts "CALLED"
@orientation.y += @turn_speed * delta_time
end