Makes no sense, but doesn't seem to be crashing anymore o.O
This commit is contained in:
parent
cc12fb91b4
commit
a7022146ec
1 changed files with 1 additions and 3 deletions
|
@ -529,9 +529,7 @@ void TileModel::loadTileSet( int tileSet )
|
|||
TileSetNode *set = static_cast< TileSetNode* >( rootItem->child( tileSet ) );
|
||||
|
||||
QList< TileImages > l;
|
||||
//for( int i = TileConstants::Tile128; i < TileConstants::TileNodeTypeCount; i++ )
|
||||
//for( int i = TileConstants::Tile128; i < TileConstants::TileTransition; i++ )
|
||||
for( int i = TileConstants::Tile128; i < TileConstants::TileDisplacement; i++ )
|
||||
for( int i = TileConstants::Tile128; i < TileConstants::TileNodeTypeCount; i++ )
|
||||
{
|
||||
TileConstants::TNodeTileType type = TileConstants::TNodeTileType( i );
|
||||
l.clear();
|
||||
|
|
Loading…
Reference in a new issue