···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
2// See the LICENCE file in the repository root for full licence text.
34-using System.Collections.Generic;
5using osu.Framework.Graphics.OpenGL;
6using System;
7···46 if (newValue.Equals(val))
47 return;
4849- val= newValue;
50 HasChanged = true;
5152 if (Owner.IsBound)
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
2// See the LICENCE file in the repository root for full licence text.
304using osu.Framework.Graphics.OpenGL;
5using System;
6···45 if (newValue.Equals(val))
46 return;
4748+ val = newValue;
49 HasChanged = true;
5051 if (Owner.IsBound)