More attempts to clean-up and reduce spurious alerts
This commit is contained in:
parent
c20fe69872
commit
60aaeaa3bf
8 changed files with 8 additions and 8 deletions
|
|
@ -3305,7 +3305,7 @@ class Video extends Component {
|
|||
doneLoad(sURL, sFontData, nErrorCode)
|
||||
{
|
||||
if (nErrorCode) {
|
||||
this.notice("Unable to load font ROM (error " + nErrorCode + ": " + sURL + ")");
|
||||
this.notice("Unable to load font ROM (error " + nErrorCode + ": " + sURL + ")", nErrorCode < 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue