Skip to content

Commit 7266d83

Browse files
committed
fix orthographic hover after scroll zoom
1 parent c4fadbf commit 7266d83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scene.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ function createScene(options) {
204204
this.aspect[0] = aspectratio.x
205205
this.aspect[1] = aspectratio.y
206206
this.aspect[2] = aspectratio.z
207+
pickDirty = true
207208
},
208209

209210
setBounds: function(axisIndex, range) {

0 commit comments

Comments
 (0)