Redundant type specifiers

This commit is contained in:
Cinder Roxley
2024-06-30 17:35:07 -05:00
parent e582340bcf
commit ed69b2d2fa
4 changed files with 4 additions and 4 deletions

View File

@@ -1754,7 +1754,7 @@ namespace OpenMetaverse
{
if (Client.Settings.OBJECT_TRACKING)
{
Primitive prim = sim.ObjectsPrimitives.Find((Primitive p) => p.ID == primID);
Primitive prim = sim.ObjectsPrimitives.Find(p => p.ID == primID);
if (prim != null)
{
prim.MediaVersion = response.Version;