Explorar el Código

rlgl.RLGL_VERSION -> rlgl.VERSION

Karl Zylinski hace 1 año
padre
commit
c9e732d141
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {