Skip to content

Commit

Permalink
Update org.mixedrealitytoolkit.uxcore/Experimental/List/VirtualizedSc…
Browse files Browse the repository at this point in the history
…rollRectList.cs

Co-authored-by: Kurtis <[email protected]>
Signed-off-by: Ahmed Shariff <[email protected]>
  • Loading branch information
ahmed-shariff and keveleigh authored Nov 29, 2023
1 parent 080adc0 commit dc26d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public Action<GameObject, int> OnInvisible
if (onInvisible != value)
{
onInvisible = value;
// If this is changeing, it means how the items are populated is changing, hence reset.
// If this is changing, it means how the items are populated is changing, hence reset.
ResetLayout();
}
}
Expand Down

0 comments on commit dc26d6f

Please sign in to comment.