forked from StrafesNET/strafe-client
need lower sens man
This commit is contained in:
parent
4ee29911a3
commit
977c8e565c
@ -189,7 +189,7 @@ impl Camera {
|
|||||||
offset,
|
offset,
|
||||||
angles: glam::DVec2::ZERO,
|
angles: glam::DVec2::ZERO,
|
||||||
fov: glam::vec2(aspect,1.0),
|
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,
|
time: 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user