Browse Source

Fix small typo in Shaders guide;

Bjorn 2 years ago
parent
commit
23bd3e5ab3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      guides/Shaders.md

+ 1 - 1
guides/Shaders.md

@@ -344,7 +344,7 @@ fragment shaders.  Textures can be sampled using the `getPixel` helper function.
     <tr>
       <td><code>Material.uvScale</code></td>
       <td>vec2</td>
-      <td>The material UV shift.</td>
+      <td>The material UV scale.</td>
     </tr>
     <tr>
       <td><code>Material.metalness</code></td>