luaInit was called two times.

This commit is contained in:
jussi
2022-11-14 21:31:19 +02:00
parent 9da3fe6727
commit 8c27a508a4
2 changed files with 0 additions and 5 deletions

View File

@@ -108,10 +108,6 @@ bool stateInit( const char *exePath ) {
if ( state->run ) {
InitAudioDevice();
state->run = luaInit();
// luaRegister();
// defineGlobals();
state->run = luaInit();
}
return state->run;