Skip to content

Commit 7417911

Browse files
committed
Clean up.
1 parent 7407b0e commit 7417911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgl_geometry_colors_lookuptable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205

206206
geometry.computeBoundingBox();
207207
var boundingBox = geometry.boundingBox;
208-
var center = boundingBox.center();
208+
var center = boundingBox.getCenter();
209209

210210
if ( position === undefined ) {
211211

0 commit comments

Comments
 (0)