Skip to content

Commit 01e147f

Browse files
author
Jesus Oliver
committed
Updated according to @codex128 comments
1 parent dabda71 commit 01e147f

File tree

2 files changed

+1
-119
lines changed

2 files changed

+1
-119
lines changed

jme3-ios-native/src/jme-ios.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static void flipImage(int scanline, int height, char* data)
101101
comps = bpp / 8;
102102
} else {
103103
jclass assetExClazz = (*e)->FindClass(e, "com/jme3/asset/AssetLoadException");
104-
(*e)->ThrowNew(e, assetExClazz, "Unsupported ImageFormat: Bits per Pixel is no multiple of 8");
104+
(*e)->ThrowNew(e, assetExClazz, "Unsupported ImageFormat: Bits per Pixel is not multiple of 8");
105105
}
106106

107107
// read data from inputstream via byteArray to NSMutableData

jme3-ios/src/main/java/com/jme3/util/IosBufferAllocator.java

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)