瀏覽代碼

Update shaders_shapes_outline.c

pull/1954/head
Ray 3 年之前
父節點
當前提交
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);
EndShaderMode();
DrawText("Shader-based shdrOutlines for textures", 190, 200, 20, LIGHTGRAY);
DrawText("Shader-based outlines for textures", 190, 200, 20, LIGHTGRAY);
DrawFPS(710, 10);

Loading…
取消
儲存