Skip to content

Commit cd288d9

Browse files
committed
chore: remove unused var
1 parent 84e8e8b commit cd288d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/JCSUnity/Scripts/Effects/3D/JCS_3DShakeEffect.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ public class JCS_3DShakeEffect : JCS_UnityObject
2828
// Callback executed after the shake effect.
2929
public Action onAfterShake = null;
3030

31-
private Vector3 mStartPosition = Vector3.zero;
32-
3331
#if UNITY_EDITOR
3432
[Separator("Helper Variables (JCS_3DShakeEffect)")]
3533

0 commit comments

Comments
 (0)