need lower sens man

This commit is contained in:
Quaternions 2023-09-29 22:48:48 -07:00
parent 4ee29911a3
commit 977c8e565c

View File

@ -189,7 +189,7 @@ impl Camera {
offset,
angles: glam::DVec2::ZERO,
fov: glam::vec2(aspect,1.0),
sensitivity: glam::dvec2(1.0/4096.0,1.0/4096.0),
sensitivity: glam::dvec2(1.0/6144.0,1.0/6144.0),
time: 0,
}
}