This commit is contained in:
David Capello 2020-07-14 17:27:03 -03:00
parent 8caef74da6
commit c86b4a28a6

View File

@ -191,7 +191,7 @@ void NewLayerCommand::onExecute(Context* context)
return;
}
// Information about the tileset to be used used for new tilemaps
// Information about the tileset to be used for new tilemaps
TilesetSelector::Info tilesetInfo;
tilesetInfo.newTileset = true;
tilesetInfo.grid = context->activeSite().grid();