Skip to content

Commit ebc47aa

Browse files
Update jme3-ios-examples/src/main/java/jme3test/ios/IosTestChooserLauncher.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 2915518 commit ebc47aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jme3-ios-examples/src/main/java/jme3test/ios/IosTestChooserLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void reshape(int width, int height) {
4848
if (context != null) {
4949
invokeIfPresent(context, "resizeFramebuffer", new Class<?>[]{int.class, int.class}, width, height);
5050
}
51-
invokeIfPresent(delegate, "reshape", new Class<?>[]{int.class, int.class}, width, height);
51+
delegate.reshape(width, height);
5252
}
5353

5454
public void stop(boolean waitFor) {

0 commit comments

Comments
 (0)