remove print

This commit is contained in:
mcrcortex
2025-02-24 12:00:31 +10:00
parent 6e05679b3e
commit d475b114ee

View File

@@ -135,6 +135,5 @@ bool shouldDecend() {
} }
size *= 0.5f;//Half the size since we did both back and front area size *= 0.5f;//Half the size since we did both back and front area
//printf("Screen area %f: %f, %f", (size.x*size.y*float(screenW)*float(screenH)), float(size.x), float(size.y));
return size > minSSS; return size > minSSS;
} }