mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Increased scale matrix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user