File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
src/main/kotlin/imgui/imgui Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ interface imgui_menus {
120120
121121 val pressed: Boolean
122122 var menuIsOpen = isPopupOpen(id)
123- if (menuIsOpen && label[0 ] == ' O' )
124- println ()
125123 val menusetIsOpen = window.flags hasnt Wf .Popup && g.openPopupStack.size > g.currentPopupStack.size &&
126124 g.openPopupStack[g.currentPopupStack.size].parentMenuSet == window.getId(" ##menus" )
127125 val backedNavWindow = g.navWindow
Original file line number Diff line number Diff line change @@ -70,9 +70,6 @@ interface imgui_window {
7070 createNewWindow(name, sizeOnFirstUse, flags)
7171 }
7272
73- if (name.startsWith(" ##m" ))
74- println ()
75-
7673 val currentFrame = g.frameCount
7774 val firstBeginOfTheFrame = window.lastFrameActive != currentFrame
7875 if (firstBeginOfTheFrame)
You can’t perform that action at this time.
0 commit comments