Skip to content

Commit

Permalink
introduce obvious error
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowberryHN committed Feb 29, 2024
1 parent 3105ff9 commit e7c6904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assembly-CSharp/PhoneEffects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private static PhoneEffects instance

public static void AddCamShake(float amount)
{
instance.AddShake(amount);
instance.AddShake(amount)
}

private void Awake()
Expand Down

0 comments on commit e7c6904

Please sign in to comment.