Redundant semicolon removal

This commit is contained in:
Cinder Roxley
2024-06-30 17:52:42 -05:00
parent a88addf7e3
commit 3fe2046ca5
4 changed files with 5 additions and 5 deletions

View File

@@ -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
};
}
}

View File

@@ -72,7 +72,7 @@ namespace OpenMetaverse
/// pass this to the Log() function, use DebugLog() instead.
/// </summary>
Debug
};
}
/// <summary>
///

View File

@@ -39,7 +39,7 @@ namespace OpenMetaverse.Imaging
Color = 2,
Alpha = 4,
Bump = 8
};
}
public enum ImageResizeAlgorithm
{

View File

@@ -138,7 +138,7 @@ namespace OpenMetaverse.Rendering
{
return Type.ToString();
}
};
}
public struct Profile
{