summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorphysick <mynameisgennadiy@vk.com>2026-08-31 03:46:59 +0500
committerphysick <mynameisgennadiy@vk.com>2026-08-31 03:46:59 +0500
commitb45620544427306854a28a5163fafd45b007acc2 (patch)
treedff055ee4a0af559ba7559349d98507710d35631 /src/main.c
parente515240297e1d8dd6f23308f0bffcda7464486e7 (diff)
puzzle collection selection
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 39f6a68..6d563e2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,7 +31,7 @@ int main(void) {
return 1;
}
- if (!AddScene(CreatePuzzleCollectionScene("puzzles", &el))) {
+ if (!AddScene(CreatePuzzleCollectionScene(&el))) {
printf("Failed to create a collection scene\n");
return 1;
}