Browse Source

Added null check to DownloadProgressCell (because apparently Init wasn't being called?)

pull/11/head
Anairkoen Schno 5 years ago
parent
commit
01415fd6dc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      BSIPA-ModList/UI/DownloadProgressCell.cs

+ 1
- 0
BSIPA-ModList/UI/DownloadProgressCell.cs View File

@ -58,6 +58,7 @@ namespace BSIPA_ModList.UI
public void Update()
{
if (mod == null) return;
_bgImage.enabled = true;
switch (mod.State)
{


Loading…
Cancel
Save