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

File bluebitmap.cpp, line 88 variable undefined #17

Open
vtpgit opened this issue Jul 22, 2024 · 2 comments
Open

File bluebitmap.cpp, line 88 variable undefined #17

vtpgit opened this issue Jul 22, 2024 · 2 comments
Labels
Solved - For Your Information Only This issue was solved and will stay open in order to be used as documentation

Comments

@vtpgit
Copy link

vtpgit commented Jul 22, 2024

File bluebitmap.cpp, line 88

uint32 color32Bits = color << 24 | color << 16 | color << 8 | color;

needs to be

uint32_t color32Bits = color << 24 | color << 16 | color << 8 | color;

image

@RoCorbera
Copy link
Owner

Thanks!

@RoCorbera
Copy link
Owner

it was fixed 3 years ago in 593deb3

@RoCorbera RoCorbera added the Solved - For Your Information Only This issue was solved and will stay open in order to be used as documentation label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Solved - For Your Information Only This issue was solved and will stay open in order to be used as documentation
Projects
None yet
Development

No branches or pull requests

2 participants