mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 02:35:06 -05:00
Whoops, need to pass that SDL format into native code
This commit is contained in:
@@ -269,7 +269,7 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback,
|
||||
sdlFormat = 0x86161804; // SDL_PIXELFORMAT_RGB888
|
||||
break;
|
||||
}
|
||||
SDLActivity.onNativeResize(width, height, format);
|
||||
SDLActivity.onNativeResize(width, height, sdlFormat);
|
||||
|
||||
// Now start up the C app thread
|
||||
if (mSDLThread == null) {
|
||||
|
||||
Reference in New Issue
Block a user