Skip to content

Commit

Permalink
more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Apr 10, 2024
1 parent 7ab4060 commit e1d0c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
local mouse_controls = minetest.settings:get_bool("glider_mouse_controls", true)

local on_step = function(self, dtime, moveresult)
self.time_from_last_rocket = math.min(self.time_from_last_rocket+dtime, 10)
self.time_from_last_rocket = math.min(self.time_from_last_rocket + dtime, 10)
local vel = self.object:get_velocity()
local speed = self.speed
--local actual_speed = math.sqrt(vel.x ^ 2 + vel.y ^ 2 + vel.z ^ 2)
Expand Down

0 comments on commit e1d0c07

Please sign in to comment.