add debug
parent
c2bbd919ea
commit
3cae461bbf
|
@ -130,6 +130,7 @@ namespace OpenSim.Modules.TextureFetcher
|
||||||
|
|
||||||
for (uint i = 0; i <= allSides; i++)
|
for (uint i = 0; i <= allSides; i++)
|
||||||
{
|
{
|
||||||
|
m_log.Info("[" + Name + "] Get face " + i);
|
||||||
if (textures.FaceTextures[i] != null)
|
if (textures.FaceTextures[i] != null)
|
||||||
{
|
{
|
||||||
if (textures.FaceTextures[i].TextureID != null)
|
if (textures.FaceTextures[i].TextureID != null)
|
||||||
|
|
Loading…
Reference in New Issue