]> git.lizzy.rs Git - nothing.git/blobdiff - src/main.c
(#813) layer -> rect_layer
[nothing.git] / src / main.c
index 05fb4bbae70fdb97614e1586fe01ce2da109d194..777b088f0cb86a5e61320daf431a881dbe0a635e 100644 (file)
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
 {
     srand((unsigned int) time(NULL));
 
-    Lt const lt = create_lt();
+    Lt *lt = create_lt();
 
     char *level_folder = NULL;
     int fps = 30;