From 0a9a9f897a16968444e10fea4fbac33ba1d5d640 Mon Sep 17 00:00:00 2001 From: Andrea Amatucci Date: Sat, 6 Apr 2024 00:32:24 +0200 Subject: [PATCH] fix typo in raygui.h (#395) Documentation mentions method GuiLoadStyleDefaulf which likely should have been GuiLoadStyleDefault. --- src/raygui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index d6223de..01f5458 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -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 *