summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 8e48c0a..d6a6c7f 100644
--- a/src/core.c
+++ b/src/core.c
@@ -331,7 +331,7 @@ int lcoreSetWindowState( lua_State *L ) {
}
/*
-> state = RL_IsWindowState( int flag ) )
+> state = RL_IsWindowState( int flag )
Check if one specific window flag is enabled ( FLAG_FULLSCREEN_MODE, FLAG_WINDOW_RESIZABLE... )