浏览代码

Update shaders_shapes_outline.c

Ray 4 年之前
父节点
当前提交
a04dbe7ffd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/shaders/shaders_shapes_outline.c

+ 1 - 1
examples/shaders/shaders_shapes_outline.c

@@ -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);