File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/Scripts/Pinpoint/Probes/UI Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ private async void ProbedMovedHelper()
131131 Vector3 startCoordWorldT = _electrodeBase . transform . position + - _electrodeBase . transform . forward * channelCoords . startPosmm ;
132132 Vector3 endCoordWorldT = _electrodeBase . transform . position + - _electrodeBase . transform . forward * channelCoords . endPosmm ;
133133
134- Vector3 startCoordWorldU = BrainAtlasManager . WorldT2WorldU ( startCoordWorldT ) ;
135- Vector3 endCoordWorldU = BrainAtlasManager . WorldT2WorldU ( endCoordWorldT ) ;
134+ Vector3 startCoordWorldU = BrainAtlasManager . WorldT2WorldU ( startCoordWorldT , true ) ;
135+ Vector3 endCoordWorldU = BrainAtlasManager . WorldT2WorldU ( endCoordWorldT , true ) ;
136136
137137 // TODO: add back in in the future
138138
You can’t perform that action at this time.
0 commit comments