Rename functest.js to drawPixels_change_test.js

This commit is contained in:
O-01-67 2022-07-08 22:32:50 -04:00 committed by GitHub
parent 89abf3659d
commit b7bd1f216e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ suffixFunction = function() {
drawPixels = function(forceTick=false) { drawPixels = function(forceTick=false) {
oldDrawPixels(forceTick); oldDrawPixels(forceTick);
suffixFunction(); suffixFunction();
}; };