diff options
Diffstat (limited to 'source/core/StarLua.hpp')
-rw-r--r-- | source/core/StarLua.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarLua.hpp b/source/core/StarLua.hpp index 1c34cc4..d82f906 100644 --- a/source/core/StarLua.hpp +++ b/source/core/StarLua.hpp @@ -109,7 +109,7 @@ namespace LuaDetail { LuaHandle& operator=(LuaHandle&& other); LuaEnginePtr engine; - int handleIndex; + int handleIndex = 0; }; // Not meant to be used directly, exposes a raw interface for wrapped C++ |