summaryrefslogtreecommitdiff
path: root/src/core/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.c')
-rw-r--r--src/core/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.c b/src/core/core.c
index 44db7b1..20bc813 100644
--- a/src/core/core.c
+++ b/src/core/core.c
@@ -68,7 +68,7 @@ bool ShouldExit() {
}
void Frame_Begin() {
- // Input_Update(&g_core.input);
+ Input_Update(&g_core.input);
Render_FrameBegin(g_core.renderer);
}
void Frame_Draw() {}