1
0
mirror of https://github.com/aseprite/aseprite.git synced 2025-03-20 04:20:49 +00:00
This commit is contained in:
David Capello 2020-07-14 17:27:03 -03:00
parent 8caef74da6
commit c86b4a28a6

@ -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();