Created by: benfry
A sketch with nothing but this code worked in 3.x:
pixelDensity(displayDensity());
But now throws an error saying pixelDensity() cannot be used here, presumably because the preprocessor isn't correctly pulling the method out to place it inside settings() behind the scenes.