better timing

This commit is contained in:
Jorijn van der Graaf 2025-11-25 23:29:48 +01:00
commit 4baeca1603
4 changed files with 56 additions and 20 deletions

View file

@ -36,6 +36,7 @@ int main() {
if(anim.currentFrame == anim.keyframes.size()-1) {
anim.Start(time.now);
}
window.LogTiming();
});
element.buffer = {{255, 0, 0 ,255}, {0, 255, 0 ,255}};