Fix tileset change not updating border

This commit is contained in:
GriffinR
2023-01-16 20:16:25 -05:00
parent debf9d99f0
commit c233e3cd59
4 changed files with 9 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ public:
QPixmap renderBorder(bool ignoreCache = false);
void setDimensions(int newWidth, int newHeight, bool setNewBlockdata = true, bool enableScriptCallback = false);
void setBorderDimensions(int newWidth, int newHeight, bool setNewBlockdata = true, bool enableScriptCallback = false);
void clearBorderCache();
void cacheBorder();
bool hasUnsavedChanges();
bool isWithinBounds(int x, int y);