mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Oops, fix shake which I broke :(
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4666 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
828bf052f0
commit
851962977e
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ Y |. .|| Z
|
|||
*/
|
||||
|
||||
void StartShake(ShakeData &shakeData) {
|
||||
shakeData.Shake = 1;
|
||||
if (shakeData.Shake <= 0) shakeData.Shake = 1;
|
||||
}
|
||||
|
||||
// Single shake step of all three directions
|
||||
|
|
Loading…
Add table
Reference in a new issue