Make MeshAssetReceived private.

Keep methods private unless they need to be opened up to external callers.  Reduces analysis complexity.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-30 01:08:00 +00:00
parent aeeed29d62
commit 37de965233

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)
{