jaquadro / Treefrog

A general purpose tile- and object-focused 2D level editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphics controls should only update as necessary

jaquadro opened this issue · comments

In particular, secondary controls which mainly display static context should only update when their visible state is updated, when they're scrolled, etc. This will help prevent the editor from pinning a CPU core.