mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Experimental decoded sculpt map caching
This commit is contained in:
@@ -2268,7 +2268,7 @@ if (m_shape != null) {
|
||||
{
|
||||
if (m_shape.SculptEntry)
|
||||
{
|
||||
if (texture != null)
|
||||
//if (texture != null) // null could mean a cached sculpt map has been found
|
||||
{
|
||||
m_shape.SculptData = texture.Data;
|
||||
if (PhysActor != null)
|
||||
|
||||
Reference in New Issue
Block a user