Fix mesh load issue & merge issue

This commit is contained in:
James Urquhart 2016-08-21 02:15:26 +01:00
parent 41dfb64210
commit e7db0d7956
4 changed files with 7 additions and 5 deletions

View file

@ -51,7 +51,6 @@ TSRenderState::TSRenderState( const TSRenderState &state )
mUseOriginSort( state.mUseOriginSort ),
mLightQuery( state.mLightQuery ),
mAccuTex( state.mAccuTex ),
mUseOriginSort( state.mUseOriginSort ),
mNodeTransforms( state.mNodeTransforms ),
mNodeTransformCount( state.mNodeTransformCount )
{