Browse Source
Issue: GuiListView() always returns 0 (known raygui bug), causing body selection to never work. Fix: - Added body_list_scroll and body_list_active to RenderState for persistence - Check body_list_active parameter changes instead of return value - Initialize active state to -1 in main.cpp Reference: https://github.com/raysan5/raygui/issues/448main
3 changed files with 10 additions and 7 deletions
Loading…
Reference in new issue