From cd650b30bd3ddfb9f71622278ef5b6f94ae27ac8 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 19 Jan 2024 12:52:41 +1100 Subject: fix some lua stack leaks + add a console func to help debug --- src/ui/include/ui_events.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/include/ui_events.hpp') diff --git a/src/ui/include/ui_events.hpp b/src/ui/include/ui_events.hpp index 07b18dea..5c033b0c 100644 --- a/src/ui/include/ui_events.hpp +++ b/src/ui/include/ui_events.hpp @@ -28,6 +28,8 @@ struct OnLuaError : tinyfsm::Event { std::string message; }; +struct DumpLuaStack : tinyfsm::Event {}; + namespace internal { struct ControlSchemeChanged : tinyfsm::Event {}; -- cgit v1.2.3