Increased scale matrix

This commit is contained in:
KiritoDv
2025-01-04 00:24:44 -06:00
parent 84365d6185
commit fdced4d5a1
+1 -1
View File
@@ -205,7 +205,7 @@ void OnItemGoldRingDraw(ObjectDrawPostSetupEvent* event) {
event->event.cancelled = true;
RCP_SetupDL(&gMasterDisp, SETUPDL_29_POINT);
Graphics_SetScaleMtx(item->width * 1.5f);
Graphics_SetScaleMtx(item->width * 2.0f);
gSPDisplayList(gMasterDisp++, D_101D870);
}