HeapsIO / heaps

Heaps : Haxe Game Framework
http://heaps.io
MIT License
3.19k stars 337 forks source link

h2d.Graphics.drawTile cause gradually increasing frame rate dips on each call [JS] #1220

Closed min-pascal closed 3 months ago

min-pascal commented 3 months ago
ncannasse commented 3 months ago

You need to clear the Graphics if you want to reset its content.

Le jeu. 4 juil. 2024 à 00:43, min-pascal @.***> a écrit :

  • Heaps v2.0.0

— Reply to this email directly, view it on GitHub https://github.com/HeapsIO/heaps/issues/1220, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHZXQDBMDNUKSCECCX5T53ZKR5CFAVCNFSM6AAAAABKKNRMLCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4DSNRRGE2DINY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

min-pascal commented 3 months ago

That worked. Thanks!