Skip to content

Commit

Permalink
Merge branch 'stable' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 committed Aug 10, 2024
2 parents 1bbb2ad + 4c60de0 commit 163eb6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Celeste.Mod.mm/Patches/BirdPath.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public patch_BirdPath(EntityID id, Vector2 position, Vector2[] nodes, bool onlyO
[MonoModConstructor]
public void ctor(EntityID id, EntityData data, Vector2 offset) {
orig_ctor(id, data, offset);
this.angleFix = data.Bool("angle_fix");
this.angleFixMaxRotation = MathF.Abs(data.Float("angle_fix_max_rotation_speed").ToRad());
this.angleFix = data.Bool("angleFix");
this.angleFixMaxRotation = MathF.Abs(data.Float("angleFixMaxRotation").ToRad());
}

#pragma warning disable CS0626
Expand Down

0 comments on commit 163eb6d

Please sign in to comment.