mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-08 20:46:21 +10:00
Merge remote-tracking branch 'Knectar/dev' into dev
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user