mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +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…
Reference in a new issue