cosmetics

This commit is contained in:
UbitUmarov
2026-06-19 01:41:02 +01:00
parent 2720a1db36
commit ecdcaca032
12 changed files with 53 additions and 71 deletions

View File

@@ -123,8 +123,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
if (!m_Enabled)
return;
if(m_odeScene != null)
m_odeScene.RegionLoaded();
m_odeScene?.RegionLoaded();
}
#endregion

View File

@@ -1331,8 +1331,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
}
finally
{
if(stream != null)
stream.Dispose();
stream?.Dispose();
}
if (!ok && File.Exists(filename))