From 2a23bc0b5223071e9bedf1fee584bfcb5b3867e5 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sun, 22 Jun 2025 04:31:43 +0200 Subject: [PATCH] Added basalt.render --- src/main.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main.lua b/src/main.lua index 6e4cb45..3f413fd 100644 --- a/src/main.lua +++ b/src/main.lua @@ -305,6 +305,12 @@ 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