Hello,
I updated from 4.0.0 to 4.2.2 and now the scalemode does not seem to work.
PIXI.settings.SCALE_MODE = PIXI.SCALE_MODES.NEAREST; or PIXI.settings.SCALE_MODE = 1 do nothing
If I change renderer.smoothProperty to renderer.smoothProperty=""; it works BUT if I resize it comes back
Is there a new change/addition that I should be doing? Did not see anything in the website or the docs