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

Code stuck in an infinite loop in I_NextKeyFrame #685

Open
Pirulax opened this issue Jan 27, 2024 · 1 comment
Open

Code stuck in an infinite loop in I_NextKeyFrame #685

Pirulax opened this issue Jan 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Pirulax
Copy link
Collaborator

Pirulax commented Jan 27, 2024

Expected and current behavior

This loop:

while (m_RemainingTime <= 0.0f) {

Gets kinda stuck, not even step bro can help...
m_RemainingTime is negative, and for some reason it never becomes positive (As if all key-frames had 0 delta times)
I had this issue before merging #655 too, so I don't think it causes it.
I tried adding asserts to the anim loading code, but that didn't uncover anything.

Additional information

No response

Steps to reproduce

  1. Enter into the game
  2. ???
  3. Profit

Screenshots/Videos

No response

@Pirulax Pirulax added the bug Something isn't working label Jan 27, 2024
@Pirulax
Copy link
Collaborator Author

Pirulax commented Jun 22, 2024

Possibly fixed by #715?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant