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