Fixed dynamic updates on scene rendering

This commit is contained in:
2026-03-29 19:08:58 -05:00
parent 8af961c6d3
commit 0885da8d44
3 changed files with 3 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ elseif LINUX then
inputBind("mouse_x", INPUT_ACTION_POINTERX)
inputBind("mouse_y", INPUT_ACTION_POINTERY)
end
else
print("Unknown platform, no default input bindings set.")
end