aboutsummaryrefslogtreecommitdiff
path: root/src/settings.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-11-04 20:25:08 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-11-04 20:25:08 -0600
commit5627fd8128957710c6f16330b2bc1bc3251c5355 (patch)
tree63a175c8e8f0e1cbee756dd89b841477feaa7159 /src/settings.c
parent89162a2e733fdca7733a0ce57c610461baf2dfaa (diff)
Getting it ready for real level making
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c
index b0c724d..3e3a178 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -16,7 +16,7 @@ void initSettings(Settings * settings) {
.drawFps = true,
.renderWidth = 480,
.renderHeight = 270,
- .useWorldRenderTexture = true
+ .useWorldRenderTexture = false
};
}