Make MeshAssetReceived private.
Keep methods private unless they need to be opened up to external callers. Reduces analysis complexity.integration
parent
aeeed29d62
commit
37de965233
|
@ -3349,7 +3349,7 @@ Console.WriteLine(" JointCreateFixed");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void MeshAssetReceived(AssetBase asset)
|
private void MeshAssetReceived(AssetBase asset)
|
||||||
{
|
{
|
||||||
if (asset.Data != null && asset.Data.Length > 0)
|
if (asset.Data != null && asset.Data.Length > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue