De-Python-ize REGISTER_ACTOR_CLASS(*).

This commit is contained in:
Jason Felds
2011-02-18 23:55:41 -05:00
parent 020e3a70fe
commit 1bed6d3630
37 changed files with 51 additions and 44 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "RageTextureManager.h"
#include "ActorUtil.h"
REGISTER_ACTOR_CLASS_WITH_NAME( ActorFrameTextureAutoDeleteChildren, ActorFrameTexture )
REGISTER_ACTOR_CLASS_WITH_NAME( ActorFrameTextureAutoDeleteChildren, ActorFrameTexture );
ActorFrameTexture *ActorFrameTexture::Copy() const { return new ActorFrameTexture(*this); }
ActorFrameTexture::ActorFrameTexture()