···11// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
22// See the LICENCE file in the repository root for full licence text.
3344-using System.Collections.Generic;
54using osu.Framework.Graphics.OpenGL;
65using System;
76···4645 if (newValue.Equals(val))
4746 return;
48474949- val= newValue;
4848+ val = newValue;
5049 HasChanged = true;
51505251 if (Owner.IsBound)