mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-19 23:25:09 -05:00
make some performance improvements to event rendering
This commit is contained in:
@@ -21,13 +21,12 @@ enum CommandId {
|
||||
ID_MagicFillCollision,
|
||||
ID_ResizeMap,
|
||||
ID_PaintBorder,
|
||||
ID_ScriptEditMap,
|
||||
ID_EventMove,
|
||||
ID_EventShift,
|
||||
ID_EventCreate,
|
||||
ID_EventDelete,
|
||||
ID_EventDuplicate,
|
||||
ID_EventSetData,
|
||||
ID_ScriptEditMap,
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -110,7 +110,6 @@ private:
|
||||
signals:
|
||||
void mapChanged(Map *map);
|
||||
void mapNeedsRedrawing();
|
||||
void objectsChanged();
|
||||
};
|
||||
|
||||
#endif // MAP_H
|
||||
|
||||
Reference in New Issue
Block a user