mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoCommon: Change 'Zoom' to 'MoveForward' since it really isn't a zoom
This commit is contained in:
parent
cb6ae6a4b1
commit
d5bc209eb6
2 changed files with 7 additions and 8 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
virtual void MoveVertical(float amt) = 0;
|
||||
virtual void MoveHorizontal(float amt) = 0;
|
||||
|
||||
virtual void Zoom(float amt) = 0;
|
||||
virtual void MoveForward(float amt) = 0;
|
||||
|
||||
virtual void Rotate(const Common::Vec3& amt) = 0;
|
||||
|
||||
|
@ -47,8 +47,7 @@ public:
|
|||
|
||||
void MoveVertical(float amt);
|
||||
void MoveHorizontal(float amt);
|
||||
|
||||
void Zoom(float amt);
|
||||
void MoveForward(float amt);
|
||||
|
||||
void Rotate(const Common::Vec3& amt);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue