Missed the newline on this print
This commit is contained in:
parent
df5ef0ec2d
commit
ef059dbcaa
|
@ -178,7 +178,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
}
|
||||
|
||||
if (OSTailoredCode.IsUnixHost) WriteToOutputWindow("Lua in Mono is currently experimental. Please report bugs here: https://github.com/TASVideos/BizHawk/issues/2951");
|
||||
if (OSTailoredCode.IsUnixHost) WriteToOutputWindow("Lua in Mono is currently experimental. Please report bugs here: https://github.com/TASVideos/BizHawk/issues/2951\n");
|
||||
|
||||
LuaListView.AllColumns.Clear();
|
||||
SetColumns();
|
||||
|
|
Loading…
Reference in New Issue