mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
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();
|
||||
|
||||
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);
|
||||
|
||||
DrawFPS(710, 10);
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 258 KiB |
Loading…
x
Reference in New Issue
Block a user