mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 12:49:25 +08:00
fix: 追逐战相机没有摧毁
This commit is contained in:
parent
e82a616532
commit
7df1ff494d
@ -217,6 +217,7 @@ export function initChase(): IChaseController {
|
||||
},
|
||||
end(success) {
|
||||
chase.end(success);
|
||||
camera.destroy();
|
||||
},
|
||||
initAudio(fromSave) {
|
||||
if (fromSave) initFromSave(chase);
|
||||
|
Loading…
Reference in New Issue
Block a user