cosmetics

This commit is contained in:
UbitUmarov
2022-09-18 14:07:53 +01:00
parent 87ba2d7b43
commit b4c057c80c
4 changed files with 20 additions and 21 deletions

View File

@@ -440,7 +440,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
{
if (pbs.SculptEntry)
{
if (pbs.SculptTexture != null && !pbs.SculptTexture.IsZero())
if (pbs.SculptTexture.IsNotZero())
{
repData.assetID = pbs.SculptTexture;
repData.meshState = MeshState.needAsset;