File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/Scripts/Pinpoint/Probes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -382,8 +382,8 @@ public void ProbeMoved()
382382 // Update the world coordinates for the tip position
383383 Vector3 startCoordWorldT = _probeController . ProbeTipT . position + - _probeController . ProbeTipT . forward * channelCoords . startPosmm ;
384384 Vector3 endCoordWorldT = _probeController . ProbeTipT . position + - _probeController . ProbeTipT . forward * channelCoords . endPosmm ;
385- _recRegionBaseCoordWorldU = BrainAtlasManager . WorldT2WorldU ( startCoordWorldT ) ;
386- _recRegionTopCoordWorldU = BrainAtlasManager . WorldT2WorldU ( endCoordWorldT ) ;
385+ _recRegionBaseCoordWorldU = BrainAtlasManager . WorldT2WorldU ( startCoordWorldT , true ) ;
386+ _recRegionTopCoordWorldU = BrainAtlasManager . WorldT2WorldU ( endCoordWorldT , true ) ;
387387 }
388388
389389 #region Channel map
You can’t perform that action at this time.
0 commit comments