Browse Source

Fixing Error: Redeclaration of 'VERSION' in this scope

Guilherme Fernandes 2 years ago
parent
commit
ff904ae174
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/raylib/raygui.odin

+ 1 - 1
vendor/raylib/raygui.odin

@@ -33,7 +33,7 @@ when ODIN_OS == .Windows {
 	foreign import lib "system:raygui"
 	foreign import lib "system:raygui"
 }
 }
 
 
-VERSION :: "4.0"
+RAYGUI_VERSION :: "4.0"
 
 
 // Style property
 // Style property
 GuiStyleProp :: struct {
 GuiStyleProp :: struct {