Skip to content

Commit

Permalink
Update Assets/SEE/Game/Evolution/EvolutionRendererLayout.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 c310597 commit f6b4a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/Game/Evolution/EvolutionRendererLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private void CalculateLayout(Graph graph)

// Since incremental layouts must know the layout of the last revision
// but are also bound to the function calls of NodeLayout
// we must hand over this argument here separately
// we must hand over this argument here separately
if( nodeLayout is IIncrementalNodeLayout && oldLayout is IIncrementalNodeLayout)
{
((IIncrementalNodeLayout) nodeLayout).OldLayout = (IIncrementalNodeLayout) oldLayout;
Expand Down

0 comments on commit f6b4a5c

Please sign in to comment.