raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.26k stars 280 forks source link

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

Closed Zentrom closed 6 months ago

Zentrom commented 6 months ago

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 commented 6 months ago

Reviewed in raylib.