Skip to content

Commit

Permalink
Disable panel sprite tilling by default (#7335)
Browse files Browse the repository at this point in the history
* This ensures the rendering is more performant by default
  • Loading branch information
D8H authored Jan 23, 2025
1 parent cb24f19 commit 428b4c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Extensions/PanelSpriteObject/PanelSpriteObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ PanelSpriteObject::PanelSpriteObject()
leftMargin(0),
topMargin(0),
rightMargin(0),
bottomMargin(0) {}
bottomMargin(0),
tiled(false) {}

PanelSpriteObject::~PanelSpriteObject() {}

Expand Down

0 comments on commit 428b4c2

Please sign in to comment.