VedVid / RAWIG

RAWIG (Roguelike Architecture, Written In Go) is ready to modify and expand roguelike architecture.
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Look() command is expensive #83

Closed VedVid closed 5 years ago

VedVid commented 5 years ago

Rendering all other objects doesn't trigger visible flickering (due to blt.Clear() then Render_something()), but Look() does.