diff options
Diffstat (limited to 'src/settings.c')
-rw-r--r-- | src/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c index 3e3a178..b0c724d 100644 --- a/src/settings.c +++ b/src/settings.c @@ -16,7 +16,7 @@ void initSettings(Settings * settings) { .drawFps = true, .renderWidth = 480, .renderHeight = 270, - .useWorldRenderTexture = false + .useWorldRenderTexture = true }; } |