ref: ba6d711d3a918e37481d2584532aa36147cc4d24
parent: 2e5e1994c25a66c5c840c99656190bbd8f8c1f42
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Feb 4 09:55:01 EST 2020
Tick cute_spritebatch once per frame ...As opposed to once per draw call. This change was made because multiple draw calls can be made per frame, or a only a handful of draw calls may be made per minute. Since draw calls are an inconsistent metric, I just switched to frames instead.