Make MeshAssetReceived private.

Keep methods private unless they need to be opened up to external callers.  Reduces analysis complexity.
integration
Justin Clark-Casey (justincc) 2012-10-30 01:08:00 +00:00
parent aeeed29d62
commit 37de965233
1 changed files with 1 additions and 1 deletions

View File

@ -3349,7 +3349,7 @@ Console.WriteLine(" JointCreateFixed");
}
}
void MeshAssetReceived(AssetBase asset)
private void MeshAssetReceived(AssetBase asset)
{
if (asset.Data != null && asset.Data.Length > 0)
{