Windows. Everything now is implemented in Windows. ;-) (Okay, just the drawing stuff. And defnititely nothing by Microsoft.)
This commit is contained in:
@ -19,6 +19,6 @@ void AnimationEffect::stop() {
|
||||
}
|
||||
|
||||
void AnimationEffect::loop() {
|
||||
this->animation->drawFrame();
|
||||
this->animation->drawFrame(this->window);
|
||||
this->animation->advance();
|
||||
}
|
||||
|
Reference in New Issue
Block a user