diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs index cf5f0ef..9b8f11a 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs | |||
@@ -724,7 +724,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
724 | int m = curCost.medLODSize - 384; | 724 | int m = curCost.medLODSize - 384; |
725 | int h = curCost.highLODSize - 384; | 725 | int h = curCost.highLODSize - 384; |
726 | 726 | ||
727 | // use previus higher LOD size on missing ones | 727 | // use previous higher LOD size on missing ones |
728 | if (m <= 0) | 728 | if (m <= 0) |
729 | m = h; | 729 | m = h; |
730 | if (l <= 0) | 730 | if (l <= 0) |