New warning in log

All of a sudden I’m getting this warning twice in my log:
phaser-arcade-physics.min.js:1 Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: HTML Standard

I would like to avoid this warning.

In Phaser v3.60 you won’t see the warning. It’s just performance advice.

1 Like

Thanks for a quick response. :slightly_smiling_face:

1 Like