Browse Source

Merge pull request #18260 from FunFetched/dev

BufferGeometryUtils.js: Non-breaking space replaced with normal space
Michael Herzog 5 năm trước cách đây
mục cha
commit
6a5ae3e57d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/jsm/utils/BufferGeometryUtils.js

+ 1 - 1
examples/jsm/utils/BufferGeometryUtils.js

@@ -636,7 +636,7 @@ var BufferGeometryUtils = {
 
 		}
 
-		if ( drawMode === TriangleFanDrawMode || drawMode === TriangleStripDrawMode ) {
+		if ( drawMode === TriangleFanDrawMode || drawMode === TriangleStripDrawMode ) {
 
 			var index = geometry.getIndex();