mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
Makes no sense, but doesn't seem to be crashing anymore o.O
This commit is contained in:
parent
3e3572c3ab
commit
1e76cd0f5e
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 ) );
|
TileSetNode *set = static_cast< TileSetNode* >( rootItem->child( tileSet ) );
|
||||||
|
|
||||||
QList< TileImages > l;
|
QList< TileImages > l;
|
||||||
//for( int i = TileConstants::Tile128; i < TileConstants::TileNodeTypeCount; i++ )
|
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++ )
|
|
||||||
{
|
{
|
||||||
TileConstants::TNodeTileType type = TileConstants::TNodeTileType( i );
|
TileConstants::TNodeTileType type = TileConstants::TNodeTileType( i );
|
||||||
l.clear();
|
l.clear();
|
||||||
|
|
Loading…
Reference in a new issue