Fixed some messed up indents in Color.cs

This commit is contained in:
SND\eagleeyestudios_cp 2012-10-09 18:26:32 +00:00 committed by Konstantin Koch
parent dffb3bc29c
commit b5d8b48376

View File

@ -878,6 +878,7 @@ namespace ANX.Framework
return color;
}
#endregion
#region Multiply
@ -906,6 +907,7 @@ namespace ANX.Framework
return color;
}
#endregion
public static Color operator *(Color a, float scale)