Skip to content

Commit

Permalink
Documentation needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishisherewithhh committed Apr 16, 2024
1 parent d987604 commit 7ccbe15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public static NativeImage loadTexture(Identifier textureId) {
}
return null;
}
// Method 4: Resize a texture
public static NativeImage resizeTexture(NativeImage image, int newWidth, int newHeight) {
NativeImage result = new NativeImage(newWidth, newHeight, false);

Expand Down

0 comments on commit 7ccbe15

Please sign in to comment.