Skip to content

Commit 8a064fc

Browse files
committed
Added call to callback function on mouse out.
1 parent d2353fb commit 8a064fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/ObjectSelection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ THREE.ObjectSelection = function(parameters) {
4141
this.INTERSECTED.materials[ 0 ].color.setHex( this.INTERSECTED.currentHex );
4242
}
4343
this.INTERSECTED = null;
44+
callbackSelected(this.INTERSECTED);
4445
}
4546
}
4647
}

0 commit comments

Comments
 (0)