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

Calling GuiLoadStyle() with enefete/sunny causes assertion fail in raylib #364

Closed
Zentrom opened this issue Jan 12, 2024 · 1 comment
Closed

Comments

@Zentrom
Copy link

Zentrom commented Jan 12, 2024

Calling either of these...

GuiLoadStyle("Resources/style_sunny.rgs");
GuiLoadStyle("Resources/style_enefete.rgs");

causes an assertion fail in raylib:
Képkivágás

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

raysan5 added a commit to raysan5/raylib that referenced this issue Jan 13, 2024
@raysan5
Copy link
Owner

raysan5 commented Jan 13, 2024

Reviewed in raylib.

@raysan5 raysan5 closed this as completed Jan 13, 2024
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