aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Fernandes <guifes@gmail.com>2023-08-07 18:49:17 +0100
committerGuilherme Fernandes <guifes@gmail.com>2023-08-07 22:26:18 +0100
commitff904ae17401bf7bccc9bb271833c2f0489cf129 (patch)
treebb3e176c12c76fdb2937371bea2bd7fa15ca3957
parentd8db5ec7b6c127c17fd0b0a14c024e7e5a6a68e7 (diff)
Fixing Error: Redeclaration of 'VERSION' in this scope
-rw-r--r--vendor/raylib/raygui.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/raylib/raygui.odin b/vendor/raylib/raygui.odin
index 790adfe5c..937d44271 100644
--- a/vendor/raylib/raygui.odin
+++ b/vendor/raylib/raygui.odin
@@ -33,7 +33,7 @@ when ODIN_OS == .Windows {
foreign import lib "system:raygui"
}
-VERSION :: "4.0"
+RAYGUI_VERSION :: "4.0"
// Style property
GuiStyleProp :: struct {