src/data.c @@ -197,8 +197,6 @@ h = constrain(0, 1, h); if (w < .01 || h < .01) continue; if(1){ //w = sqrt(w); //h = sqrt(h); w = pow(w, 1./2.); h = pow(h, 1./2.); }