Explorar el Código

Removed another missed SDL_ in sdl_mouse.odin

`sdl2.SDL_MouseWheelDirection` is now `sdl2.MouseWheelDirection`
Sanian hace 2 años
padre
commit
a046c41c7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vendor/sdl2/sdl_mouse.odin

+ 1 - 1
vendor/sdl2/sdl_mouse.odin

@@ -38,7 +38,7 @@ SystemCursor :: enum c.int {
 	NUM_SYSTEM_CURSORS,
 }
 
-SDL_MouseWheelDirection :: enum c.int {
+MouseWheelDirection :: enum c.int {
 	NORMAL,    /**< The scroll direction is normal */
 	FLIPPED,   /**< The scroll direction is flipped / natural */
 }