mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
Fix examples/shaders/shaders_texture_outline.c help instructions (#3278)
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user