fix warning
This commit is contained in:
@@ -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" );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user