Failed to set `colorWarning` field in `getColorFromIndex` method.

pull/2/head
Chris Stefano 2013-10-10 23:25:23 +02:00
rodzic 61b4aad803
commit 9dffd4b251
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -641,8 +641,8 @@ namespace PesFile
}
else
{
colorWarning = true;
return Color.White;
colorWarning = true;
}
}