summaryrefslogtreecommitdiff
path: root/source/tests/05-physfs/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/05-physfs/main.cpp')
-rw-r--r--source/tests/05-physfs/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tests/05-physfs/main.cpp b/source/tests/05-physfs/main.cpp
index 454d6cf..28e55e9 100644
--- a/source/tests/05-physfs/main.cpp
+++ b/source/tests/05-physfs/main.cpp
@@ -39,6 +39,7 @@ int main(int argc, char* args[])
AsuraEngine::UtilsModule utils;
lua_State* L = LuaxRuntime::Get().Open();
+ AEScripting::LuaEnv::Get()->Init(L);
LuaxState& state = LuaxRuntime::Get().GetLuaxState(L);
state.OpenLibs();
state.PushGlobalNamespace();