SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
551 stars 90 forks source link

Fix `calcTextSize` to be used in a static context #143

Closed davfsa closed 1 year ago

davfsa commented 1 year ago

Description

calcTextSize was missing the static keyword. I also removed the final one because it seems inconsistent with the rest of methods

Type of change

davfsa commented 1 year ago

@SpaiR would it also be possible to create a release after this is merged?

Thanks!

SpaiR commented 1 year ago

@davfsa Thanks for the contribution! I think it is possible to create release on the weekend.