Illustration.height must return the height.

This commit is contained in:
Matthieu Gautier 2023-05-17 14:34:02 +02:00
parent 9312e32435
commit 9dee22fd9d

View File

@ -39,7 +39,7 @@ METHOD0(jint, width) {
}
METHOD0(jint, height) {
return TO_JNI(THIS->width);
return TO_JNI(THIS->height);
}
METHOD0(jstring, mimeType) {