mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
fix build break from last commit
This commit is contained in:
@@ -3345,7 +3345,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (sop != null)
|
||||
{
|
||||
if (asset != null)
|
||||
sop.SculptTextureCallback(asset.FullID, asset);
|
||||
sop.SculptTextureCallback(asset);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user