mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 01:01:09 +08:00
.
This commit is contained in:
@@ -348,7 +348,7 @@ export class GameComponent extends Component {
|
||||
}
|
||||
let ae = await oops.audio.playEffect(url, params);
|
||||
if (ae) {
|
||||
this.addPathToRecord(ResType.Load, ae.params!.bundle!, url);
|
||||
this.addPathToRecord(ResType.Load, ae.params.bundle!, url);
|
||||
resolve(ae);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user