Sdk/LuaAPI: Make GetBinding() initialize the binding in case it wasn't initialized
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Ndk
|
||||
LuaAPI() = delete;
|
||||
~LuaAPI() = delete;
|
||||
|
||||
static inline LuaBinding* GetBinding();
|
||||
static LuaBinding* GetBinding();
|
||||
|
||||
static bool Initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user