Просмотр исходного кода

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

Patrick Stillhart 11 месяцев назад
Родитель
Сommit
0c69d14674
1 измененных файлов с 1 добавлено и 1 удалено
  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 />
 			[page:Materials IncrementWrapStencilOp] will increment the current stencil
 			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
 			`255`.<br />
 			[page:Materials InvertStencilOp] will perform a bitwise inversion of the

粤ICP备19079148号