mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-23 15:55:47 +00:00
@bug
loading too many verts
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
parent
c57e14539c
commit
b7f8f9ac67
1 changed files with 1 additions and 0 deletions
|
@ -1372,6 +1372,7 @@ void KaleidoScope_DrawPages(PlayState* play, GraphicsContext* gfxCtx) {
|
|||
sSavePromptBgQuadsTexs[gSaveContext.language]);
|
||||
}
|
||||
|
||||
//! @bug Loads 32 vertices, but there are only 20 to load
|
||||
gSPVertex(POLY_OPA_DISP++, &pauseCtx->saveVtx[60], 32, 0);
|
||||
|
||||
if (((pauseCtx->state == PAUSE_STATE_SAVE_PROMPT) && (pauseCtx->savePromptState < PAUSE_SAVE_PROMPT_STATE_SAVED)
|
||||
|
|
Loading…
Add table
Reference in a new issue