diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneManager.cs b/OpenSim/Region/Framework/Scenes/SceneManager.cs index 72ed646..0019b23 100644 --- a/OpenSim/Region/Framework/Scenes/SceneManager.cs +++ b/OpenSim/Region/Framework/Scenes/SceneManager.cs | |||
@@ -645,7 +645,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
645 | public IJ2KDecoder j2kdecode; | 645 | public IJ2KDecoder j2kdecode; |
646 | private System.Threading.Thread thisthread; | 646 | private System.Threading.Thread thisthread; |
647 | 647 | ||
648 | public void run( object o) | 648 | public void run(object o) |
649 | { | 649 | { |
650 | for (int i=0;i<arrassets.Length;i++) | 650 | for (int i=0;i<arrassets.Length;i++) |
651 | { | 651 | { |