tastudio - fix an _initializing hack spot

This commit is contained in:
adelikat 2021-05-01 11:42:27 -05:00
parent e55b19e990
commit 49dc7a2bd3
1 changed files with 1 additions and 1 deletions

View File

@ -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) private void TasView_QueryItemIcon(int index, RollColumn column, ref Bitmap bitmap, ref int offsetX, ref int offsetY)
{ {
if (!_engaged) if (!_engaged || _initializing)
{ {
return; return;
} }