Indentation fix.

This commit is contained in:
jussi
2024-05-10 11:13:32 +03:00
parent b3980ae2a5
commit e84be85254
8 changed files with 300 additions and 300 deletions

View File

@@ -19,7 +19,7 @@ bool stateInit( int argn, const char** argc, const char* exePath ) {
state->logLevelInvalid = LOG_ERROR;
state->gcUnload = true;
InitWindow( state->resolution.x, state->resolution.y, "ReiLua" );
InitWindow( state->resolution.x, state->resolution.y, "ReiLua" );
if ( !IsWindowReady() ) {
state->hasWindow = false;