From 53c25a47780b5b1167f8e574dc8e9b935a0d5ddd Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Wed, 6 Jun 2012 04:15:00 +0100 Subject: [PATCH] Rename MapImageModule for Warp3D to Warp3DImageModule to match its class name and make it easier to distinguish between map image modules. --- .../World/Warp3DMap/{MapImageModule.cs => Warp3DImageModule.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename OpenSim/Region/CoreModules/World/Warp3DMap/{MapImageModule.cs => Warp3DImageModule.cs} (100%) diff --git a/OpenSim/Region/CoreModules/World/Warp3DMap/MapImageModule.cs b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs similarity index 100% rename from OpenSim/Region/CoreModules/World/Warp3DMap/MapImageModule.cs rename to OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs