mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Silence warning
This commit is contained in:
@ -252,6 +252,7 @@ void LOADERDECL UpdateBoundingBox()
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
ERROR_LOG(VIDEO, "Unknown projection type: %d", xfregs.projection.type);
|
ERROR_LOG(VIDEO, "Unknown projection type: %d", xfregs.projection.type);
|
||||||
|
screenPoint[0] = screenPoint[1] = screenPoint[2] = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Convert to screen space and add the point to the list - round like the real hardware
|
// Convert to screen space and add the point to the list - round like the real hardware
|
||||||
|
Reference in New Issue
Block a user