fixed bug breaking forceTick
This commit is contained in:
parent
c84eda85a9
commit
c62f5fc261
|
|
@ -112,8 +112,8 @@ function findFilterPrompt() {
|
|||
|
||||
runAfterLoad(function() {
|
||||
oldDrawPixels = drawPixels;
|
||||
drawPixels = function() {
|
||||
oldDrawPixels();
|
||||
drawPixels = function(forceTick=false) {
|
||||
oldDrawPixels(forceTick);
|
||||
//console.log(find);
|
||||
if(find) { findHighlighting() };
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue