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
If I recall right, originally you were putting casts from double to int in BuiltinApplet for anything that would set a global configuration variable. However, rather than adding more (from this list), all the casting was removed.
I am not sure if I understand you. The mode functions such as blendMode accept int parameter but actually, it only accepts the constants defined in PConstants, so there is no need to cast those functions.
...so is this issue resolved because that whole approach was dropped in favor of using PConstants as arguments? I believe that everything in the list takes a PConstant except pixelDensity().
The text was updated successfully, but these errors were encountered: