mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
missing comma
This commit is contained in:
parent
186604eb76
commit
2bbc07ebf1
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ TerrainBlock::TerrainBlock()
|
||||||
mPhysicsRep( NULL ),
|
mPhysicsRep( NULL ),
|
||||||
mScreenError( 16 ),
|
mScreenError( 16 ),
|
||||||
mCastShadows( true ),
|
mCastShadows( true ),
|
||||||
mZoningDirty( false )
|
mZoningDirty( false ),
|
||||||
mUpdateBasetex ( true )
|
mUpdateBasetex ( true )
|
||||||
{
|
{
|
||||||
mTypeMask = TerrainObjectType | StaticObjectType | StaticShapeObjectType;
|
mTypeMask = TerrainObjectType | StaticObjectType | StaticShapeObjectType;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue