From ff904ae17401bf7bccc9bb271833c2f0489cf129 Mon Sep 17 00:00:00 2001 From: Guilherme Fernandes Date: Mon, 7 Aug 2023 18:49:17 +0100 Subject: [PATCH] Fixing Error: Redeclaration of 'VERSION' in this scope --- vendor/raylib/raygui.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {