mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
parent
11c70262c4
commit
0213fc4a34
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ void GameUpdateCameraFov()
|
|||
F32 delta = time - sLastCameraUpdateTime;
|
||||
|
||||
// snap zoom?
|
||||
if((sZoomSpeed == 0) || (delta <= 0.f))
|
||||
if((sZoomSpeed == 0) || (delta <= 0.0f))
|
||||
sCameraFov = sTargetFov;
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue