You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the project and noticed that the score counter in the top-left corner is always 0. It wouldn't increment, but I see it getting slightly displaced to the right when it should increment.
I tried to change the string to be displayed in the main class to "foo" and it would only print out the "f", i.e. the first char.
I'm not sure if this is a platform dependent bug, I'm using macOS Ventura 13.3.1 (ARM) with rustc 1.69.0 (84c898d65 2023-04-16)
Thank you for the cool project :)
The text was updated successfully, but these errors were encountered:
Hello,
I ran the project and noticed that the score counter in the top-left corner is always 0. It wouldn't increment, but I see it getting slightly displaced to the right when it should increment.
I tried to change the string to be displayed in the main class to "foo" and it would only print out the "f", i.e. the first char.
I'm not sure if this is a platform dependent bug, I'm using macOS Ventura 13.3.1 (ARM) with
rustc 1.69.0 (84c898d65 2023-04-16)
Thank you for the cool project :)
The text was updated successfully, but these errors were encountered: