Skip to content

Commit 8b9c09c

Browse files
committed
feat: minor refactor
1 parent f094ce8 commit 8b9c09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Pinpoint/Probes/ManipulatorBehaviorController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public void ComputeBrainSurfaceOffset()
317317
var tipExtensionDirection =
318318
IsSetToDropToSurfaceWithDepth ? _probeController.GetTipWorldU().tipForwardWorldU : Vector3.down;
319319

320-
var brainSurfaceCoordinateIdx = _probeManager.FindSurfaceIdxCoordinate(
320+
var brainSurfaceCoordinateIdx = _probeManager.FindEntryIdxCoordinate(
321321
BrainAtlasManager.ActiveReferenceAtlas.World2AtlasIdx(
322322
_probeController.GetTipWorldU().tipCoordWorldU + tipExtensionDirection * 5),
323323
BrainAtlasManager.ActiveReferenceAtlas.World2Atlas_Vector(-tipExtensionDirection));

0 commit comments

Comments
 (0)