mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 20:11:42 +00:00
fixed camera palette editor cutscene breaking while transitioning to different cutscenes (#34)
This commit is contained in:
parent
35a4119137
commit
533404ca10
1 changed files with 1 additions and 0 deletions
|
|
@ -10870,6 +10870,7 @@ void cutscene_palette_editor(struct Camera *c) {
|
|||
}
|
||||
c->paletteEditorCap = false;
|
||||
}
|
||||
gCutsceneTimer = CUTSCENE_STOP;
|
||||
c->cutscene = 0;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue