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

fix FadeIn() and FadeOut() in Mode 5 #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mmitch
Copy link

@mmitch mmitch commented Oct 9, 2024

The call to ProcessFading() was commented out. Because of this all calls to FadeIn()/FadeOut() with a speed > 0 in Mode 5 resulted in a complete hang.

Looking at the source code, Mode 10 should have the same problem, but as I've only found this bug and verified this fix under Mode 5, I did not include a fix for Mode 10.

I've already posted this on the Uzebox forums – this is by no means a "work faster to fix this" reminder ;-)
I need this fix in a repository so that I can refer to it in the build instructions of Uzepede. After creating my fork of the Uzebox repo and comitting this fix, opening the Pull Request was just a click away, so here we are.

The call to ProcessFading() was commented out.  Because of this all
calls to FadeIn()/FadeOut() with a speed > 0 resulted in a complete
hang.
@danboid
Copy link
Contributor

danboid commented Dec 13, 2024

Any comments on this @uze6666 ?

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

Successfully merging this pull request may close these issues.

2 participants