Skip to content

Commit 2a23bc0

Browse files
committed
Added basalt.render
1 parent a268ec4 commit 2a23bc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,12 @@ local function renderFrames()
305305
end
306306
end
307307

308+
--- Renders all frames in the Basalt runtime
309+
--- @shortDescription Renders all frames
310+
function basalt.render()
311+
renderFrames()
312+
end
313+
308314
--- Runs basalt once, can be used to update the UI manually, but you have to feed it the events
309315
--- @shortDescription Runs basalt once
310316
--- @vararg any The event to run with

0 commit comments

Comments
 (0)