diff options
Diffstat (limited to 'Classes/JumpGameMode.h')
-rw-r--r-- | Classes/JumpGameMode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/JumpGameMode.h b/Classes/JumpGameMode.h index 7b7dff4..9753720 100644 --- a/Classes/JumpGameMode.h +++ b/Classes/JumpGameMode.h | |||
@@ -15,7 +15,7 @@ | |||
15 | CGPoint gestureStartPoint; | 15 | CGPoint gestureStartPoint; |
16 | int jumpTick; | 16 | int jumpTick; |
17 | BOOL jump; | 17 | BOOL jump; |
18 | float swipeVarianceModifer; | 18 | float expectedAngle; |
19 | } | 19 | } |
20 | 20 | ||
21 | @end | 21 | @end |