mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
fix: compiler whining
This commit is contained in:
parent
1b06cc27cb
commit
999a675be3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
JNIEXPORT jint JNICALL Java_org_lwjgl_input_Cursor_nCreateCursor
|
||||
(JNIEnv *env, jclass clazz, jint width, jint height, jint x_hotspot, jint y_hotspot, jint num_images, jobject image_buffer, jobject delay_buffer)
|
||||
{
|
||||
const int *pixels = (const int *)env->GetDirectBufferAddress(image_buffer);
|
||||
int *pixels = (int *)env->GetDirectBufferAddress(image_buffer);
|
||||
|
||||
BITMAPINFO bitmapInfo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue