Browse Source

Fix typo in Texture.js (#33130)

PoseidonEnergy 1 tháng trước cách đây
mục cha
commit
d03d548362
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/textures/Texture.js

+ 1 - 1
src/textures/Texture.js

@@ -415,7 +415,7 @@ class Texture extends EventDispatcher {
 	}
 	}
 
 
 	/**
 	/**
-	 * Updates the texture transformation matrix from the from the properties {@link Texture#offset},
+	 * Updates the texture transformation matrix from the properties {@link Texture#offset},
 	 * {@link Texture#repeat}, {@link Texture#rotation}, and {@link Texture#center}.
 	 * {@link Texture#repeat}, {@link Texture#rotation}, and {@link Texture#center}.
 	 */
 	 */
 	updateMatrix() {
 	updateMatrix() {

粤ICP备19079148号