Skip to content

Commit

Permalink
Update raygui.h
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Apr 7, 2024
1 parent 17ada5a commit 2ba7077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/external/raygui.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -317,9 +317,9 @@
#define RAYGUI_H

#define RAYGUI_VERSION_MAJOR 4
#define RAYGUI_VERSION_MINOR 0
#define RAYGUI_VERSION_MINOR 1
#define RAYGUI_VERSION_PATCH 0
#define RAYGUI_VERSION "4.0"
#define RAYGUI_VERSION "4.1-dev"

#if !defined(RAYGUI_STANDALONE)
#include "raylib.h"
Expand Down

0 comments on commit 2ba7077

Please sign in to comment.