Merge pull request #3786 from 12kb/patch-3

Update three.d.ts
This commit is contained in:
Masahiro Wakame
2015-03-05 22:19:42 +09:00
+1 -1
View File
@@ -5613,7 +5613,7 @@ declare module THREE {
constructor(object: Object3D, hex?: number);
object: Object3D;
box: Box3[];
box: Box3;
update(): void;
}