BACKENDS: ANDROID: Update log message for setMouseCursor

This commit is contained in:
elasota 2023-02-18 19:08:51 -05:00 committed by Eugene Sandulenko
parent 76d84718e2
commit 0a32f23bd6

View File

@ -760,8 +760,8 @@ void AndroidGraphics3dManager::setMouseCursor(const void *buf, uint w, uint h,
int hotspotX, int hotspotY,
uint32 keycolor, bool dontScale,
const Graphics::PixelFormat *format, const byte *mask) {
ENTER("%p, %u, %u, %d, %d, %u, %d, %p", buf, w, h, hotspotX, hotspotY,
keycolor, dontScale, format);
ENTER("%p, %u, %u, %d, %d, %u, %d, %p, %p", buf, w, h, hotspotX, hotspotY,
keycolor, dontScale, format, mask);
if (mask)
warning("AndroidGraphics3dManager::setMouseCursor: Masks are not supported");