if no texture, make it plywood

0.6.0-stable
Sean Dague 2008-07-17 19:58:45 +00:00
parent a580d7ee35
commit 8f2154916b
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
using System;
using System.Data;
using libsecondlife;
using OpenSim.Framework;
using NHibernate;
using NHibernate.SqlTypes;
using NHibernate.UserTypes;
@ -52,7 +53,7 @@ namespace OpenSim.Data.NHibernate
if (texture == null)
{
// TODO: should parametrize this texture out
return new LLObject.TextureEntry(new LLUUID("89556747-24cb-43ed-920b-47caed15465f"));
return new LLObject.TextureEntry(new LLUUID(Constants.DefaultTexture));
}
else
{