Skip to content

Commit

Permalink
fix: wrong axis for ML slice
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Nov 25, 2023
1 parent d11b87e commit 39b2139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void UpdateSagittalSlicePos(float percentage)
{
foreach (VolumeRenderer vr in _volumes.Values)
{
vr._slicePosition.z = percentage - 0.5f;
vr._slicePosition.y = percentage - 0.5f;
}
}

Expand Down

0 comments on commit 39b2139

Please sign in to comment.