fix warning

This commit is contained in:
Glenn Maynard
2007-03-21 21:22:40 +00:00
parent d4c72630af
commit 1fdf23a4a3
+2 -1
View File
@@ -20,7 +20,8 @@ ActorFrameTexture::ActorFrameTexture()
m_pRenderTarget = NULL; m_pRenderTarget = NULL;
} }
ActorFrameTexture::ActorFrameTexture( const ActorFrameTexture &cpy ) ActorFrameTexture::ActorFrameTexture( const ActorFrameTexture &cpy ):
ActorFrame(cpy)
{ {
FAIL_M( "ActorFrameTexture copy not implemented" ); FAIL_M( "ActorFrameTexture copy not implemented" );
} }