Przeglądaj źródła

fix: change increment to decrement in documentation (#30978)

Patrick Stillhart 1 rok temu
rodzic
commit
0c69d14674
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/api/en/constants/Materials.html

+ 1 - 1
docs/api/en/constants/Materials.html

@@ -155,7 +155,7 @@
 			value by `1`.<br />
 			value by `1`.<br />
 			[page:Materials IncrementWrapStencilOp] will increment the current stencil
 			[page:Materials IncrementWrapStencilOp] will increment the current stencil
 			value by `1`. If the value increments past `255` it will be set to `0`.<br />
 			value by `1`. If the value increments past `255` it will be set to `0`.<br />
-			[page:Materials DecrementWrapStencilOp] will increment the current stencil
+			[page:Materials DecrementWrapStencilOp] will decrement the current stencil
 			value by `1`. If the value decrements below `0` it will be set to
 			value by `1`. If the value decrements below `0` it will be set to
 			`255`.<br />
 			`255`.<br />
 			[page:Materials InvertStencilOp] will perform a bitwise inversion of the
 			[page:Materials InvertStencilOp] will perform a bitwise inversion of the

粤ICP备19079148号