forked from StrafesNET/strafe-client
pls sens
This commit is contained in:
parent
0d6e989812
commit
a06a28c595
@ -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/2048.0,1.0/2048.0),
|
sensitivity: glam::dvec2(1.0/4096.0,1.0/4096.0),
|
||||||
time: 0,
|
time: 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user