diff options
Diffstat (limited to 'OpenSim/Tools/OpenSim.32BitLaunch/Program.cs')
-rw-r--r-- | OpenSim/Tools/OpenSim.32BitLaunch/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs index 0c4de02..b292d43 100644 --- a/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs +++ b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs | |||
@@ -44,7 +44,7 @@ namespace OpenSim._32BitLaunch | |||
44 | System.Threading.Thread.Sleep(300); | 44 | System.Threading.Thread.Sleep(300); |
45 | try | 45 | try |
46 | { | 46 | { |
47 | OpenSim.Application.Main(args); | 47 | global::OpenSim.Application.Main(args); |
48 | } | 48 | } |
49 | catch (Exception ex) | 49 | catch (Exception ex) |
50 | { | 50 | { |