소스 검색

Fix typo in Texture scrolling shader tutorial (#410)

JustAPotota 1 년 전
부모
커밋
71d2edf345
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/en/tutorials/texture-scrolling.md

+ 2 - 2
docs/en/tutorials/texture-scrolling.md

@@ -16,8 +16,8 @@ There is also a [demo of the example project on itch.io](https://flexyourbrain.i
 
 The project is setup like this:
 
-* One subdivided 3D plane (.dea) that will be used to display the scrolling texture.
-* One model component with the 3D plane (.dea file) assigned.
+* One subdivided 3D plane (.dae) that will be used to display the scrolling texture.
+* One model component with the 3D plane (.dae file) assigned.
 * Two 64x64 texture images (water_bg.png and water_wave.png) created to seamlessly tile are assigned in the .model properties.
 * One shader (Material + Vertex Program + Fragment Program) that is assigned to the plane model.
 * One constant set in materials and the shader.