Windows. Everything now is implemented in Windows. ;-) (Okay, just the drawing stuff. And defnititely nothing by Microsoft.)

This commit is contained in:
2019-06-11 19:48:09 +02:00
parent 9acdc42dc3
commit 83254f2eaa
25 changed files with 223 additions and 223 deletions

View File

@ -19,6 +19,6 @@ void AnimationEffect::stop() {
}
void AnimationEffect::loop() {
this->animation->drawFrame();
this->animation->drawFrame(this->window);
this->animation->advance();
}