Explorar el Código

Update shaders_shapes_outline.c

pull/1954/head
Ray hace 4 años
padre
commit
a04dbe7ffd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/shaders/shaders_shapes_outline.c

+ 1
- 1
examples/shaders/shaders_shapes_outline.c Ver fichero

@ -63,7 +63,7 @@ int main(void)
DrawTextureEx(torus, (Vector2){ 544, 230 }, 0.0, outlineScale, WHITE); DrawTextureEx(torus, (Vector2){ 544, 230 }, 0.0, outlineScale, WHITE);
EndShaderMode(); EndShaderMode();
DrawText("Shader-based shdrOutlines for textures", 190, 200, 20, LIGHTGRAY);
DrawText("Shader-based outlines for textures", 190, 200, 20, LIGHTGRAY);
DrawFPS(710, 10); DrawFPS(710, 10);

Cargando…
Cancelar
Guardar