rachelnertia / Quiver

An unfinished cross-platform pseudo-3D game engine written in C++
MIT License
34 stars 8 forks source link

Move responsibility for updating the current view of a frame out of Animator #11

Closed rachelnertia closed 6 years ago

rachelnertia commented 7 years ago

All the view rectangles for a frame should be copied into a buffer owned by the target, which is then responsible for updating the final rectangle.