Redundant semicolon removal
This commit is contained in:
@@ -330,10 +330,10 @@ namespace OpenMetaverse
|
||||
[EnumInfo(Text = "Physics")]
|
||||
Physics,
|
||||
/// <summary>Universal</summary>
|
||||
[EnumInfo(Text = "Universal")]
|
||||
[EnumInfo(Text = "Universal")]
|
||||
Universal,
|
||||
/// <summary>Invalid wearable asset</summary>
|
||||
[EnumInfo(Text = "Invalid")]
|
||||
Invalid = 255
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace OpenMetaverse
|
||||
/// pass this to the Log() function, use DebugLog() instead.
|
||||
/// </summary>
|
||||
Debug
|
||||
};
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace OpenMetaverse.Imaging
|
||||
Color = 2,
|
||||
Alpha = 4,
|
||||
Bump = 8
|
||||
};
|
||||
}
|
||||
|
||||
public enum ImageResizeAlgorithm
|
||||
{
|
||||
|
||||
@@ -138,7 +138,7 @@ namespace OpenMetaverse.Rendering
|
||||
{
|
||||
return Type.ToString();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public struct Profile
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user