Skip to content

Commit a098e20

Browse files
committed
debug cleaned
1 parent a06b409 commit a098e20

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/main/kotlin/imgui/imgui/menus.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/main/kotlin/imgui/imgui/window.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)