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

Fix bugs related to incorrect typing of args to drawScalar and slideScalar #184

Closed kyay10 closed 1 year ago

kyay10 commented 1 year ago

dragScalar and slideScalar both require Mutable property references as their arguments, but that wasn't provided correctly before.

elect86 commented 1 year ago

Nice, thanks