Skip to content

Commit

Permalink
Use a high default value for Window._lastWindowId to avoid conflicts …
Browse files Browse the repository at this point in the history
…with other mods
  • Loading branch information
js6pak committed Aug 20, 2024
1 parent 2b35751 commit 7d3ffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reactor/Utilities/ImGui/Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Reactor.Utilities.ImGui;
/// </summary>
public class Window
{
private static int _lastWindowId;
private static int _lastWindowId = 2135184938;

/// <summary>
/// Gets the next window id.
Expand Down

0 comments on commit 7d3ffa3

Please sign in to comment.