kotlin-graphics / imgui

Bloat-free Immediate Mode Graphical User interface for JVM with minimal dependencies (rewrite of dear imgui)
MIT License
594 stars 37 forks source link

Fixed some bugs #161

Closed s15n closed 3 years ago

s15n commented 3 years ago

Look into the description of the first commit And sorry that Font is imported in the test class. You can remove it.

elect86 commented 3 years ago

Np, it doesnt bother

thanks for the PR, appreciated

elect86 commented 3 years ago

btw, I commented in back IMGUI_DEBUG_LOG_POPUP and moved the actual print behind DEBUG, so if this is false, nothing will be printed on console

elect86 commented 3 years ago

Also, now IMGUI_DEBUG_LOG_POPUP is fixed properly