mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
cosmetics
This commit is contained in:
@@ -123,8 +123,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
if (!m_Enabled)
|
||||
return;
|
||||
|
||||
if(m_odeScene != null)
|
||||
m_odeScene.RegionLoaded();
|
||||
m_odeScene?.RegionLoaded();
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -1331,8 +1331,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
|
||||
}
|
||||
finally
|
||||
{
|
||||
if(stream != null)
|
||||
stream.Dispose();
|
||||
stream?.Dispose();
|
||||
}
|
||||
|
||||
if (!ok && File.Exists(filename))
|
||||
|
||||
Reference in New Issue
Block a user