Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting playing to true and then to false on the same frame results in playing still being true #95385

Closed
kus04e4ek opened this issue Aug 11, 2024 · 1 comment · Fixed by #95386

Comments

@kus04e4ek
Copy link
Contributor

Tested versions

Regression from #87061

System information

Ubuntu 22.04.4 LTS 22.04

Issue description

AudioStreamPlayerInternal::stop doesn't set setplay unlike AudioStreamPlayer2D::stop and AudioStreamPlayer3D::stop do

Steps to reproduce

Set playing to true and then to false on the same frame. playing will still be true

Minimal reproduction project (MRP)

MRP

@kus04e4ek kus04e4ek changed the title Setting playing to true and then to false on the same frame results to playing being true Setting playing to true and then to false on the same frame results in playing still being true Aug 11, 2024
@kus04e4ek
Copy link
Contributor Author

Some additional notes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants