parent
db4f8d1298
commit
9493de7f4e
|
@ -2268,9 +2268,10 @@ if (m_shape != null) {
|
||||||
{
|
{
|
||||||
if (m_shape.SculptEntry)
|
if (m_shape.SculptEntry)
|
||||||
{
|
{
|
||||||
//if (texture != null) // null could mean a cached sculpt map has been found
|
|
||||||
{
|
{
|
||||||
m_shape.SculptData = texture.Data;
|
if (texture != null)
|
||||||
|
m_shape.SculptData = texture.Data;
|
||||||
|
|
||||||
if (PhysActor != null)
|
if (PhysActor != null)
|
||||||
{
|
{
|
||||||
// Tricks physics engine into thinking we've changed the part shape.
|
// Tricks physics engine into thinking we've changed the part shape.
|
||||||
|
|
Loading…
Reference in New Issue