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
Engine.Log("This is a blue message.", {0.0, 0.0, 1.0, 1.0})
asd
end
@ -20,7 +20,6 @@ end
function OnUpdate(deltaTime)
ticks = ticks + 1
local timestep = 5
if itterator >= timestep then