Browse Source

Added Dock pop

Jean-David Moisan 3 years ago
parent
commit
61dfc256a2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Source/Dock.cs

+ 3 - 0
Source/Dock.cs

@@ -120,5 +120,8 @@ namespace Apos.Gui {
 
             return a;
         }
+        public static void Pop() {
+            GuiHelper.CurrentIMGUI.Pop();
+        }
     }
 }