Merge remote-tracking branch 'Knectar/dev' into dev

This commit is contained in:
Mr.doob
2011-10-11 02:21:16 +02:00
+1 -1
View File
@@ -13,7 +13,7 @@ THREE.OctahedronGeometry = function ( radius, detail ) {
THREE.Geometry.call( this );
detail = isFinite(detail) ? detail : 3; // allow a zero value
detail = detail || 0;
var that = this; // ugly scope hack