Explorar el Código

Review comment

pull/1535/head
Ray hace 4 años
padre
commit
eb7820b2b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h Ver fichero

@ -831,7 +831,7 @@ typedef enum {
BLEND_MULTIPLIED, // Blend textures multiplying colors
BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
BLEND_CUSTOM // Belnd textures using custom src/dst factors (use SetBlendModeCustom())
BLEND_CUSTOM // Belnd textures using custom src/dst factors (use rlSetBlendMode())
} BlendMode;
// Gestures type

Cargando…
Cancelar
Guardar