We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calling either of these...
GuiLoadStyle("Resources/style_sunny.rgs"); GuiLoadStyle("Resources/style_enefete.rgs");
causes an assertion fail in raylib:
All of the other styles work fine. Also, these styles work aswell with the uncompressed font files("style_sunny.old.rgs" and "style_enefete,old.rgs")
I used vcpkg to add raylib and raygui to my MSVC project, which currently installs raylib 5.0 and raygui 4.0
The text was updated successfully, but these errors were encountered:
Avoid asserts because could crash some decompressions raysan5/raygui#364
cb2572f
Reviewed in raylib.
Sorry, something went wrong.
No branches or pull requests
Calling either of these...
causes an assertion fail in raylib:
All of the other styles work fine. Also, these styles work aswell with the uncompressed font files("style_sunny.old.rgs" and "style_enefete,old.rgs")
I used vcpkg to add raylib and raygui to my MSVC project, which currently installs raylib 5.0 and raygui 4.0
The text was updated successfully, but these errors were encountered: