aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory
diff options
context:
space:
mode:
authorMelanie2019-08-20 23:28:59 +0100
committerMelanie2019-08-20 23:28:59 +0100
commit0fd17c08ae642fac17b24dfad06c61cfe5739483 (patch)
tree4871c96eab2f5b118cb09d670a3a4ba024cf1210 /OpenSim/Region/CoreModules/Avatar/AvatarFactory
parentchange PGSQL migration (diff)
downloadopensim-SC-0fd17c08ae642fac17b24dfad06c61cfe5739483.zip
opensim-SC-0fd17c08ae642fac17b24dfad06c61cfe5739483.tar.gz
opensim-SC-0fd17c08ae642fac17b24dfad06c61cfe5739483.tar.bz2
opensim-SC-0fd17c08ae642fac17b24dfad06c61cfe5739483.tar.xz
Massive console refactor. Greatly simplify interface.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/AvatarFactory')
-rwxr-xr-x[-rw-r--r--]OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
index 1a0b7ba..777d020 100644..100755
--- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
@@ -1370,7 +1370,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
1370 rawTextureID += " (uploaded)"; 1370 rawTextureID += " (uploaded)";
1371 } 1371 }
1372 1372
1373 outputAction(BAKED_TEXTURES_REPORT_FORMAT, bt, rawTextureID); 1373 outputAction(BAKED_TEXTURES_REPORT_FORMAT, null, bt, rawTextureID);
1374 } 1374 }
1375 1375
1376 bool bakedTextureValid = m_scene.AvatarFactory.ValidateBakedTextureCache(sp); 1376 bool bakedTextureValid = m_scene.AvatarFactory.ValidateBakedTextureCache(sp);