소스 검색

Fixed typos in Shading tutorial

Frido 7 년 전
부모
커밋
6d9e3b6701
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tutorials/shading/migrating_to_godot_shader_language.rst

+ 2 - 2
tutorials/shading/migrating_to_godot_shader_language.rst

@@ -125,8 +125,8 @@ Variables
 ^^^^^^^^^
 In order to make writing fragment shaders straightforward and easy, Shadertoy handles passing a lot 
 of helpful information from the main program into the fragment shader for you. A few of these 
-have no equivalents in Godot becuase Godot has chosen not to make them available by default. 
-This is okay becuase Godot gives you the ability to make your own uniforms. For variables whose 
+have no equivalents in Godot because Godot has chosen not to make them available by default. 
+This is okay because Godot gives you the ability to make your own uniforms. For variables whose 
 equivalents are listed as "Provide with Uniform", the user is responsible for creating that 
 uniform themself. The description gives the reader a hint about what they can pass in as a substitute.