add virtual Copy() to Actor

This commit is contained in:
Glenn Maynard
2005-07-18 22:00:19 +00:00
parent d7c7780f65
commit 55d6382c49
21 changed files with 27 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
*/
//REGISTER_ACTOR_CLASS( ActorFrame )
REGISTER_ACTOR_CLASS_WITH_NAME( ActorFrameAutoDeleteChildren, ActorFrame )
Actor *ActorFrame::Copy() const { return new ActorFrame(*this); }
ActorFrame::ActorFrame()