Skip to content

Commit

Permalink
Update Assets/SEE/Layout/NodeLayouts/Cose/CoseHelper.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 61c81ed commit 377bb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/Layout/NodeLayouts/Cose/CoseHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static NodeLayout GetNodelayout(NodeLayoutKind nodeLayout, float groundLe
case NodeLayoutKind.IncrementalTreeMap:
return new IncrementalTreeMapLayout(
groundLevel,
1000.0f,
1000.0f,
1000.0f,
settings.NodeLayoutSettings.incrementalTreeMapSetting);
case NodeLayoutKind.Balloon:
Expand Down

0 comments on commit 377bb30

Please sign in to comment.