Commit 8ddcdaa5 authored by Joe Huss's avatar Joe Huss Committed by Solly Ross

Backport: Fix for typo from a recent pull

There is a minor typo in the recent pull  Simple fix.

(cherry picked from commit df89129f)
parent c8a5c362
...@@ -1496,7 +1496,7 @@ var RFB; ...@@ -1496,7 +1496,7 @@ var RFB;
// Weird: ignore blanks are RAW // Weird: ignore blanks are RAW
Util.Debug(" Ignoring blank after RAW"); Util.Debug(" Ignoring blank after RAW");
} else { } 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 } else if (this._FBU.subencoding & 0x01) { // Raw
this._display.blitImage(x, y, w, h, rQ, rQi); this._display.blitImage(x, y, w, h, rQ, rQi);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment