diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 15:36:56 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 15:36:56 -0700 |
commit | 4fa5a5374ae5062d9070b136bf873a50b7d8546f (patch) | |
tree | c8729c98d024b8603e9f036934a3be386943e05d /src/settings.c | |
parent | 5c9ab091b5556180c645c0981093a95b2eb61c25 (diff) |
Got a somewhat working preview
Diffstat (limited to 'src/settings.c')
-rw-r--r-- | src/settings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c index 5d1a7fa..268505e 100644 --- a/src/settings.c +++ b/src/settings.c @@ -17,7 +17,8 @@ void initSettings(Settings * settings) { .drawFps = true, .renderWidth = 640, .renderHeight = 360, - .useWorldRenderTexture = true + .useWorldRenderTexture = true, + .previewMouseSensitivity = 0.01 }; } |