mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01: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
@ -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…
x
Reference in New Issue
Block a user