mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Make MeshAssetReceived private.
Keep methods private unless they need to be opened up to external callers. Reduces analysis complexity.
This commit is contained in:
@@ -3349,7 +3349,7 @@ Console.WriteLine(" JointCreateFixed");
|
||||
}
|
||||
}
|
||||
|
||||
void MeshAssetReceived(AssetBase asset)
|
||||
private void MeshAssetReceived(AssetBase asset)
|
||||
{
|
||||
if (asset.Data != null && asset.Data.Length > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user