1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 16:36:34 -05:00

Merge pull request #4519 from lioncash/semi

maxwell_3d: Resolve -Wextra-semi warning
This commit is contained in:
bunnei
2020-08-16 00:55:15 -04:00
committed by GitHub

View File

@@ -647,7 +647,7 @@ public:
GetX() + GetWidth(), // right
GetY() // bottom
};
};
}
f32 GetX() const {
return std::max(0.0f, translate_x - std::fabs(scale_x));