Explorar o código

Merge branch 'patch-1' of https://github.com/Lutcikaur/three.js into dev

Mr.doob %!s(int64=12) %!d(string=hai) anos
pai
achega
ce41dcbe75
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/api/core/Geometry.html

+ 1 - 1
docs/api/core/Geometry.html

@@ -17,7 +17,7 @@
 
 		<h2>Example</h2>
 
-		<code>var geometry = new THREE.Geometry()
+		<code>var geometry = new THREE.Geometry();
 
 		geometry.vertices.push( new THREE.Vector3( -10,  10, 0 ) );
 		geometry.vertices.push( new THREE.Vector3( -10, -10, 0 ) );