diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-30 14:40:15 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-30 14:40:15 -0600 |
commit | 8f5f51cee013d5c1b9ad629c00aaf08a4572b332 (patch) | |
tree | e06c8da029aa76dd29e42881cd460581d90e3f94 /src/settings.c | |
parent | 0dd152a45305b54c6881eed1ff7d8d814cb92e59 (diff) |
Fixed gyro with weird pixely thingy
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 }; } |