fix compile lmao

This commit is contained in:
Vaxry 2023-09-20 11:47:33 +01:00
parent 85081fc75a
commit 330364a481
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ CRegion& CRegion::translate(const Vector2D& vec) {
}
CRegion& CRegion::scale(float scale) {
wlr_region_scale(&m_rRegion, scale);
wlr_region_scale(&m_rRegion, &m_rRegion, scale);
return *this;
}