This commit is contained in:
UbitUmarov
2018-11-17 20:27:09 +00:00
parent f6d4fadb0a
commit cebe40f5cd

View File

@@ -1233,7 +1233,7 @@ namespace OpenSim.Framework
{
_sculptTexture = new UUID(data, pos);
_sculptType = data[pos + 16];
_sculptEntry = (_sculptType != 0);
_sculptEntry = true;
}
else
{