mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-19 23:25:09 -05:00
fix error in script edit command
This commit is contained in:
@@ -345,7 +345,7 @@ public:
|
||||
void undo() override;
|
||||
void redo() override;
|
||||
|
||||
bool mergeWith(const QUndoCommand *) override { return false; };
|
||||
bool mergeWith(const QUndoCommand *) override { return false; }
|
||||
int id() const override { return CommandId::ID_ScriptEditMap; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user