diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 2 |
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 856c4e1..9f99143 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -486,7 +486,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
486 | public int RequestRebake(IScenePresence sp, bool missingTexturesOnly) | 486 | public int RequestRebake(IScenePresence sp, bool missingTexturesOnly) |
487 | { | 487 | { |
488 | int texturesRebaked = 0; | 488 | int texturesRebaked = 0; |
489 | IImprovedAssetCache cache = m_scene.RequestModuleInterface<IImprovedAssetCache>(); | 489 | // IImprovedAssetCache cache = m_scene.RequestModuleInterface<IImprovedAssetCache>(); |
490 | 490 | ||
491 | for (int i = 0; i < AvatarAppearance.BAKE_INDICES.Length; i++) | 491 | for (int i = 0; i < AvatarAppearance.BAKE_INDICES.Length; i++) |
492 | { | 492 | { |