fix build break from last commit

bulletsim
Justin Clark-Casey (justincc) 2011-07-16 03:06:30 +01:00
parent 3fc12e7224
commit c82f19e41c
1 changed files with 1 additions and 1 deletions

View File

@ -3345,7 +3345,7 @@ namespace OpenSim.Region.Framework.Scenes
if (sop != null) if (sop != null)
{ {
if (asset != null) if (asset != null)
sop.SculptTextureCallback(asset.FullID, asset); sop.SculptTextureCallback(asset);
} }
} }