Skip to content

Commit

Permalink
missing ImGui.End(), fixes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
xorus committed Jan 5, 2025
1 parent d94ce5d commit d375ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugin/Ui/CountDown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ private void FirstDraw()
DrawNumber(true, i, 0.001f, 0f, 1f, false);
}
}
ImGui.End();

_firstDrawTicks--;
}
Expand Down

0 comments on commit d375ec7

Please sign in to comment.