Uh, Updates?

This commit is contained in:
Michael Fabian Dirks
2016-10-03 17:11:15 +02:00
parent aa3cf453e5
commit 581c640149
62 changed files with 469 additions and 489 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public:
Sprite *getSprite(){ return this; }
Entity *clone(){ return d_new Sprite( *this ); }
Entity *clone(){ return new Sprite( *this ); }
void capture();
bool beginRender( float tween );