if no texture, make it plywood
parent
a580d7ee35
commit
8f2154916b
|
@ -28,6 +28,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using libsecondlife;
|
using libsecondlife;
|
||||||
|
using OpenSim.Framework;
|
||||||
using NHibernate;
|
using NHibernate;
|
||||||
using NHibernate.SqlTypes;
|
using NHibernate.SqlTypes;
|
||||||
using NHibernate.UserTypes;
|
using NHibernate.UserTypes;
|
||||||
|
@ -52,7 +53,7 @@ namespace OpenSim.Data.NHibernate
|
||||||
if (texture == null)
|
if (texture == null)
|
||||||
{
|
{
|
||||||
// TODO: should parametrize this texture out
|
// 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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue