minor: Fix warning in AvatarFactoryModule

This commit is contained in:
Justin Clark-Casey (justincc)
2014-04-03 00:35:42 +01:00
parent 17929abd28
commit 91b7679db9

View File

@@ -486,7 +486,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
public int RequestRebake(IScenePresence sp, bool missingTexturesOnly)
{
int texturesRebaked = 0;
IImprovedAssetCache cache = m_scene.RequestModuleInterface<IImprovedAssetCache>();
// IImprovedAssetCache cache = m_scene.RequestModuleInterface<IImprovedAssetCache>();
for (int i = 0; i < AvatarAppearance.BAKE_INDICES.Length; i++)
{