Uh, Updates?
This commit is contained in:
+1
-1
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user