mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
pesty warnings
This commit is contained in:
@@ -1589,14 +1589,12 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
|
||||
f = new Face(k,l,m);
|
||||
newfaces.Add(f);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user