summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 04e857c..e83454e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -5,6 +5,10 @@
int main(void) {
+ if (!ReadConfig(DEFAULT_CONFIG_LOCATION)) {
+ return 1;
+ }
+
if (!InitSceneStack()) {
printf("Failed to create a scene stack\n");
return 1;