IsInBounds Fix

This commit is contained in:
Robert Jelic
2025-07-17 11:12:35 +02:00
parent 2a23bc0b52
commit 15a9995eec
9 changed files with 128 additions and 92 deletions

View File

@@ -305,12 +305,6 @@ local function renderFrames()
end
end
--- Renders all frames in the Basalt runtime
--- @shortDescription Renders all frames
function basalt.render()
renderFrames()
end
--- Runs basalt once, can be used to update the UI manually, but you have to feed it the events
--- @shortDescription Runs basalt once
--- @vararg any The event to run with