diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-02 01:24:11 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-02 01:24:11 -0500 |
| commit | d5a3227301f22c210f2788485a178e1b97cac895 (patch) | |
| tree | cecbc9e106545250676a1cbd726feb465dfeaafa /src/JSystem/J3DGraphBase | |
| parent | e8506099f04b247c5a50f3db61c2541198d657f3 (diff) | |
misc matches
Diffstat (limited to 'src/JSystem/J3DGraphBase')
| -rw-r--r-- | src/JSystem/J3DGraphBase/J3DSys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DSys.cpp b/src/JSystem/J3DGraphBase/J3DSys.cpp index a8c5c09d..a23aa9b7 100644 --- a/src/JSystem/J3DGraphBase/J3DSys.cpp +++ b/src/JSystem/J3DGraphBase/J3DSys.cpp @@ -261,7 +261,7 @@ void J3DSys::drawInit() { GXSetTevIndirect((GXTevStageID)i, GX_INDTEXSTAGE0, GX_ITF_8, GX_ITB_NONE, GX_ITM_OFF, GX_ITW_OFF, GX_ITW_OFF, GX_FALSE, GX_FALSE, GX_ITBA_OFF); - i_OSInitFastCast(); + OSInitFastCast(); setTexCacheRegion(GX_TEXCACHE_32K); } |
