diff --git a/src/app/commands/cmd_new_layer.cpp b/src/app/commands/cmd_new_layer.cpp index 239957d2d..a3737d4d7 100644 --- a/src/app/commands/cmd_new_layer.cpp +++ b/src/app/commands/cmd_new_layer.cpp @@ -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();