mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 06:25:44 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -325,7 +325,7 @@ namespace OpenSim.Region.Environment.Modules.Scripting.VectorRender
|
||||
int hex = 0;
|
||||
|
||||
Color newColour;
|
||||
if(Int32.TryParse(nextLine, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out hex))
|
||||
if (Int32.TryParse(nextLine, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out hex))
|
||||
{
|
||||
newColour = Color.FromArgb(hex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user