소스 검색

Merge pull request #416 from detain/master

Fix for typo from a recent pull
Samuel 10 년 전
부모
커밋
b2e8311de6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/rfb.js

+ 1 - 1
include/rfb.js

@@ -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);