Updated 32Bit launcher so it works in Visual Studio again. (So developers on 64-bit os can run OpenSim in 32-bit mode)

This commit is contained in:
Tedd Hansen
2008-10-16 15:09:02 +00:00
parent 6789234335
commit 9a200da0d2
4 changed files with 4 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ namespace OpenSim._32BitLaunch
System.Threading.Thread.Sleep(300);
try
{
OpenSim.Application.Main(args);
global::OpenSim.Application.Main(args);
}
catch (Exception ex)
{