aboutsummaryrefslogtreecommitdiff
path: root/src/settings.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 15:36:56 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 15:36:56 -0700
commit4fa5a5374ae5062d9070b136bf873a50b7d8546f (patch)
treec8729c98d024b8603e9f036934a3be386943e05d /src/settings.c
parent5c9ab091b5556180c645c0981093a95b2eb61c25 (diff)
Got a somewhat working preview
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c3
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
};
}