Skip to content

Commit

Permalink
Account for timer setting on
Browse files Browse the repository at this point in the history
  • Loading branch information
PoryGone committed Feb 9, 2024
1 parent 33aa214 commit fafe1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scenes/World.cs
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ public override void Render(Target target)
{
Vec2 pos = new Vec2(4, UI.IconSize + 8);

if (IsInEndingArea)
if (IsInEndingArea || Save.Instance.SpeedrunTimer)
{
pos.Y += (UI.IconSize + 8);
}
Expand Down

0 comments on commit fafe1fa

Please sign in to comment.