mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix mesh load issue & merge issue
This commit is contained in:
parent
41dfb64210
commit
e7db0d7956
4 changed files with 7 additions and 5 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue