fix typo in raygui.h (#395)

Documentation mentions method GuiLoadStyleDefaulf which likely should have been GuiLoadStyleDefault.
This commit is contained in:
Andrea Amatucci 2024-04-06 00:32:24 +02:00 committed by GitHub
parent e3f67f3c02
commit 0a9a9f897a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@
* NOTES:
* - WARNING: GuiLoadStyle() and GuiLoadStyle{Custom}() functions, allocate memory for
* font atlas recs and glyphs, freeing that memory is (usually) up to the user,
* no unload function is explicitly provided... but note that GuiLoadStyleDefaulf() unloads
* no unload function is explicitly provided... but note that GuiLoadStyleDefault() unloads
* by default any previously loaded font (texture, recs, glyphs).
* - Global UI alpha (guiAlpha) is applied inside GuiDrawRectangle() and GuiDrawText() functions
*