Skip to content

Commit

Permalink
Merge pull request #309 from Hoikas/hor-plus
Browse files Browse the repository at this point in the history
Hor+ Fixes
  • Loading branch information
Branan Purvine-Riley committed Feb 14, 2013
2 parents a0a375d + 6eef14e commit 2a7d97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2a7d97d

Please sign in to comment.