fix pasted event id issue
This commit is contained in:
parent
056b2164a8
commit
735a095ced
1 changed files with 0 additions and 1 deletions
|
@ -1588,7 +1588,6 @@ void MainWindow::paste() {
|
|||
}
|
||||
|
||||
pasteEvent->put("map_name", editor->map->name);
|
||||
editor->map->addEvent(pasteEvent);
|
||||
newEvents.append(pasteEvent);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue