Merge pull request #416 from detain/master

Fix for typo from a recent pull
This commit is contained in:
Samuel 2014-11-23 17:19:58 +01:00
commit b2e8311de6
1 changed files with 1 additions and 1 deletions

View File

@ -1496,7 +1496,7 @@ var RFB;
// Weird: ignore blanks are RAW
Util.Debug(" Ignoring blank after RAW");
} else {
this._display.fillRect(x, y, w, h, FBU.background);
this._display.fillRect(x, y, w, h, this._FBU.background);
}
} else if (this._FBU.subencoding & 0x01) { // Raw
this._display.blitImage(x, y, w, h, rQ, rQi);