summaryrefslogtreecommitdiff
path: root/frontends/gl
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gl')
-rw-r--r--frontends/gl/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gl/main.c b/frontends/gl/main.c
index a105290..1cab197 100644
--- a/frontends/gl/main.c
+++ b/frontends/gl/main.c
@@ -188,7 +188,7 @@ int main(void) {
struct block_drawable block;
create_block(&block);
- struct cetris_game cetris;
+ cetris_game cetris;
init_game(&cetris);
double prev_time = glfwGetTime();