better timing
This commit is contained in:
parent
59b6e2779f
commit
4baeca1603
4 changed files with 56 additions and 20 deletions
|
|
@ -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}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue