mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
2a13567a7e
When we pipelined the drawing commands we caused UpdateScene to be called before Preroll, which isn't allowed. Now we call Preroll, UpdateScene, and Paint separately.