Skip to content

CCAudio.js sound effect resume playback not start at the correct offset after 2nd time pause effect #1835

@boqugames

Description

@boqugames
    this.playedLength = this.context.currentTime - this._startTime;

this line should update to

    this.playedLength += this.context.currentTime - this._startTime;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions