diff options
Diffstat (limited to 'src/state.c')
| -rw-r--r-- | src/state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.c b/src/state.c index ce7d52f..abaf2ae 100644 --- a/src/state.c +++ b/src/state.c @@ -17,6 +17,7 @@ bool stateInit( const char *exePath ) { state->resolution = (Vector2){ 800, 600 }; state->luaState = NULL; state->guiFont = 0; + state->logLevelInvalid = LOG_ERROR; /* Images. */ state->imageAlloc = ALLOC_PAGE_SIZE; state->imageCount = 0; |
