mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-09 01:15:35 -05:00
Enforce tile/metatile limits on load, fix tile selector performance
This commit is contained in:
@@ -43,6 +43,7 @@ protected:
|
||||
void hoverLeaveEvent(QGraphicsSceneHoverEvent*);
|
||||
|
||||
private:
|
||||
QPixmap basePixmap;
|
||||
bool externalSelection;
|
||||
int externalSelectionWidth;
|
||||
int externalSelectionHeight;
|
||||
@@ -63,7 +64,7 @@ private:
|
||||
QList<QRgb> getCurPaletteTable();
|
||||
QList<Tile> buildSelectedTiles(int, int, QList<Tile>);
|
||||
QImage buildImage(int tileIdStart, int numTiles);
|
||||
|
||||
void updateBasePixmap();
|
||||
void drawUnused();
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user