summaryrefslogtreecommitdiff
path: root/src/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c
index 9df5d94..ea737d4 100644
--- a/src/state.c
+++ b/src/state.c
@@ -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;