This commit is contained in:
slweeb 2024-08-02 17:24:14 -04:00
parent 3f428611ec
commit e679608d67
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@
if (!pixel.origColor && pixel.color.match(/^rgb/)) {
pixel.origColor = pixel.color.match(/\d+/g);
}
if (!pixel.origColor || view === 3) {
if (!pixel.origColor || view) {
drawDefault(ctx,pixel);
return;
}