Skip to content

Commit

Permalink
Update Assets/SEE/Game/GraphRenderer.cs
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SchrammJonas and github-actions[bot] authored Aug 18, 2023
1 parent 9e30889 commit f699783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/Game/GraphRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ public NodeLayout GetLayout(GameObject parent) =>
NodeLayoutKind.EvoStreets => new EvoStreetsNodeLayout(GroundLevel),
NodeLayoutKind.Treemap => new TreemapLayout(GroundLevel, parent.transform.lossyScale.x, parent.transform.lossyScale.z),
NodeLayoutKind.IncrementalTreeMap => new IncrementalTreeMapLayout(
GroundLevel,
GroundLevel,
parent.transform.lossyScale.x,
parent.transform.lossyScale.z,
Settings.NodeLayoutSettings.incrementalTreeMapSetting),
Expand Down

0 comments on commit f699783

Please sign in to comment.