Skip to content

Commit 423612c

Browse files
committed
[API] Fix #43
1 parent 5ea2712 commit 423612c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgui-binding/src/main/java/imgui/ImGui.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ public static ImVec2 getWindowContentRegionMin() {
885885
return ImGui::GetWindowContentRegionMin().y;
886886
*/
887887

888-
public final ImVec2 getWindowContentRegionMax() {
888+
public static ImVec2 getWindowContentRegionMax() {
889889
final ImVec2 value = new ImVec2();
890890
getWindowContentRegionMax(value);
891891
return value;

0 commit comments

Comments
 (0)