Fix: removed 'virtual' for classes which doesn't have child.

This commit is contained in:
bank 2014-05-01 13:24:26 +04:00
parent e7fb6a54de
commit b0fcc91058
2 changed files with 3 additions and 3 deletions

View file

@ -485,8 +485,8 @@ protected:
/// @}
virtual void render( const TSRenderState &rdata );
virtual void render( const TSRenderState &rdata, S32 dl, F32 intraDL = 0.0f );
void render( const TSRenderState &rdata );
void render( const TSRenderState &rdata, S32 dl, F32 intraDL = 0.0f );
void animate() { animate( mCurrentDetailLevel ); }
void animate(S32 dl);