You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Created by: benfry
A sketch with nothing but this code worked in 3.x:
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 insidesettings()
behind the scenes.The text was updated successfully, but these errors were encountered: