Merge pull request #409 from JustAGenericUsername/main

removed 1 unneeded line of code from my mod
This commit is contained in:
slweeb 2024-03-13 20:26:23 -04:00 committed by GitHub
commit 000dbe5478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -2288,7 +2288,6 @@ elements.selective_void = {
selvoid = mostSimilarElement(selvoidans);
},
tick: function(pixel){
var neighbors = 0;
if(!pixel.changeElem){
pixel.changeElem = selvoid;
}