mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
Increased scale matrix
This commit is contained in:
parent
84365d6185
commit
fdced4d5a1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user