mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Increased scale matrix
Some checks are pending
Some checks are pending
This commit is contained in:
parent
84365d6185
commit
fdced4d5a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue