Fixed Lua error that i forgot after testing

This commit is contained in:
OusmBlueNinja 2024-12-27 16:53:35 -06:00
parent 376e63c501
commit 5262d3541f

View File

@ -11,7 +11,7 @@ function OnInit()
-- Log a message with a custom blue color -- Log a message with a custom blue color
Engine.Log("This is a blue message.", {0.0, 0.0, 1.0, 1.0}) Engine.Log("This is a blue message.", {0.0, 0.0, 1.0, 1.0})
asd
end end
@ -21,7 +21,6 @@ function OnUpdate(deltaTime)
ticks = ticks + 1 ticks = ticks + 1
local timestep = 5 local timestep = 5
if itterator >= timestep then if itterator >= timestep then
Engine.Log("TPS: ".. (ticks/timestep)) Engine.Log("TPS: ".. (ticks/timestep))