mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user