tastudio - fix an _initializing hack spot
This commit is contained in:
parent
e55b19e990
commit
49dc7a2bd3
|
@ -156,7 +156,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
private void TasView_QueryItemIcon(int index, RollColumn column, ref Bitmap bitmap, ref int offsetX, ref int offsetY)
|
||||
{
|
||||
if (!_engaged)
|
||||
if (!_engaged || _initializing)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue