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();
|
LuaListView.AllColumns.Clear();
|
||||||
SetColumns();
|
SetColumns();
|
||||||
|
|
Loading…
Reference in New Issue