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

Count is different in Flash and Windows targets #21

Open
f-rank opened this issue May 3, 2018 · 1 comment
Open

Count is different in Flash and Windows targets #21

f-rank opened this issue May 3, 2018 · 1 comment

Comments

@f-rank
Copy link

f-rank commented May 3, 2018

Doing a simple clock for football matches, counts up to 45 minutes from zero, or to 90 minutes from 45.
Noticed this: if I compile to flash all goes well, but if I compile to windows every time it goes up to sometime:59 it displays sometime:00 before doing sometime+1:00. It is like it is clearing the seconds before updating the minutes, but only in c++.

Attaching .zip with project to illustrate this better. It runs perfect on flash but the same code displays the extra time position when compiled to windows. You can use the keypad's "*" to increase seconds up to the minute change, around sometime:59, and watch what it does. Just press button "45" to start it.

score_crono.zip

@RealyUniqueName
Copy link
Owner

I doubt your issue is related to DateTime library. Can you build a minimal sample without lime and openfl?

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

No branches or pull requests

2 participants