mirror of https://github.com/raysan5/raylib
Fix examples/shaders/shaders_texture_outline.c help instructions (#3278)
This commit is contained in:
parent
fefe8fcda9
commit
3d0d54e070
|
@ -81,7 +81,7 @@ int main(void)
|
||||||
EndShaderMode();
|
EndShaderMode();
|
||||||
|
|
||||||
DrawText("Shader-based\ntexture\noutline", 10, 10, 20, GRAY);
|
DrawText("Shader-based\ntexture\noutline", 10, 10, 20, GRAY);
|
||||||
|
DrawText("Scroll mouse wheel to\nchange outline size", 10, 72, 20, GRAY);
|
||||||
DrawText(TextFormat("Outline size: %i px", (int)outlineSize), 10, 120, 20, MAROON);
|
DrawText(TextFormat("Outline size: %i px", (int)outlineSize), 10, 120, 20, MAROON);
|
||||||
|
|
||||||
DrawFPS(710, 10);
|
DrawFPS(710, 10);
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 258 KiB |
Loading…
Reference in New Issue