mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Merge pull request #77 from lempamo/master
add arg so th can work on wine without crashing (hopefully)
This commit is contained in:
commit
76e8f1e70d
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ static class Program
|
|||
/// Run TitleScreen.cs at launch.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
static void Main(string[] args)
|
||||
{
|
||||
System.Diagnostics.Debugger.Launch();
|
||||
if (args.Contains("-nd")) System.Diagnostics.Debugger.Launch();
|
||||
if (nightly == true)
|
||||
{
|
||||
try
|
||||
|
|
Loading…
Reference in a new issue