Skip to content

Commit

Permalink
Revert "Fix link error on MacOS"
Browse files Browse the repository at this point in the history
This reverts commit e1a606a.
  • Loading branch information
BertholdKrevert committed Mar 8, 2024
1 parent 108a48b commit c90dcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RiveQtQuickItem/riveqsgrendernode.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RiveQSGBaseNode

virtual void setArtboardRect(const QRectF &bounds);

static const int MULTISAMPLE_COUNT;
static const int MULTISAMPLE_COUNT { 4 };

protected:
std::weak_ptr<rive::ArtboardInstance> m_artboardInstance;
Expand Down

0 comments on commit c90dcc1

Please sign in to comment.