diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs | 2 | ||||
-rw-r--r-- | OpenSim/Services/MapImageService/MapImageService.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs index be66ae5..a91f3be 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs | |||
@@ -142,7 +142,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
142 | 142 | ||
143 | if( numberInstances > ObjectLinkedPartsMax ) | 143 | if( numberInstances > ObjectLinkedPartsMax ) |
144 | { | 144 | { |
145 | error = "Model whould have more than " + ObjectLinkedPartsMax.ToString() + " linked prims"; | 145 | error = "Model would have more than " + ObjectLinkedPartsMax.ToString() + " linked prims"; |
146 | return false; | 146 | return false; |
147 | } | 147 | } |
148 | 148 | ||
diff --git a/OpenSim/Services/MapImageService/MapImageService.cs b/OpenSim/Services/MapImageService/MapImageService.cs index 6728752..7249e70 100644 --- a/OpenSim/Services/MapImageService/MapImageService.cs +++ b/OpenSim/Services/MapImageService/MapImageService.cs | |||
@@ -298,7 +298,7 @@ namespace OpenSim.Services.MapImageService | |||
298 | { | 298 | { |
299 | // Create a new output tile with a transparent background | 299 | // Create a new output tile with a transparent background |
300 | Bitmap bm = new Bitmap(IMAGE_WIDTH, IMAGE_WIDTH, PixelFormat.Format24bppRgb); | 300 | Bitmap bm = new Bitmap(IMAGE_WIDTH, IMAGE_WIDTH, PixelFormat.Format24bppRgb); |
301 | //bm.MakeTransparent(); // 24bpp does not have transparency, this whould make it 32bpp | 301 | //bm.MakeTransparent(); // 24bpp does not have transparency, this would make it 32bpp |
302 | return bm; | 302 | return bm; |
303 | } | 303 | } |
304 | } | 304 | } |