Browse Source

rlgl.RLGL_VERSION -> rlgl.VERSION

Karl Zylinski 1 year ago
parent
commit
c9e732d141
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/raylib/rlgl/rlgl.odin

+ 1 - 1
vendor/raylib/rlgl/rlgl.odin

@@ -109,7 +109,7 @@ package rlgl
 
 import "core:c"
 
-RLGL_VERSION :: "5.0"
+VERSION :: "5.0"
 
 when ODIN_OS == .Windows {
 	foreign import lib {