fix nonexistant font issues

This commit is contained in:
garakmon
2023-01-26 15:02:32 -05:00
committed by t
parent 63734aec7c
commit 5de1bbd44c
2 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ public:
QPixmap collision_pixmap;
QImage image;
QPixmap pixmap;
QMap<Event::Group, QList<Event *>> events;
QList<Event *> ownedEvents; // for memory management