mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix Typo
This commit is contained in:
@ -677,7 +677,7 @@ bool plCameraBrain1::MsgReceive(plMessage* msg)
|
||||
{
|
||||
fFlags.SetBit(kAnimateFOV);
|
||||
fFOVhGoal = fZoomMax;
|
||||
fFOVwGoal = IMakeFOVwZoom(fZoomMin);
|
||||
fFOVwGoal = IMakeFOVwZoom(fZoomMax);
|
||||
fFOVwAnimRate = fFOVhAnimRate = fZoomRate;
|
||||
fFOVEndTime = hsTimer::GetSysSeconds() + 60;
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user