2
0
Jean-David Moisan 2 жил өмнө
parent
commit
fb75fcf4ed
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      Source/IMGUI.cs

+ 0 - 1
Source/IMGUI.cs

@@ -403,7 +403,6 @@ namespace Apos.Gui {
         private Stack<(IParent Parent, int MaxChildren, int ChildrenCount)> _parents = new Stack<(IParent, int, int)>();
         private Dictionary<int, IComponent> _activeComponents = new Dictionary<int, IComponent>();
         private Queue<(int Id, IParent Parent, IComponent Component)> _pendingComponents = new Queue<(int, IParent, IComponent)>();
-        private int _lastId = 0;
         private int? Focus {
             get => _focus;
             set {