mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 10:09:59 +00:00
Merge pull request #4519 from lioncash/semi
maxwell_3d: Resolve -Wextra-semi warning
This commit is contained in:
commit
404362e1b0
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ public:
|
||||||
GetX() + GetWidth(), // right
|
GetX() + GetWidth(), // right
|
||||||
GetY() // bottom
|
GetY() // bottom
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
|
||||||
f32 GetX() const {
|
f32 GetX() const {
|
||||||
return std::max(0.0f, translate_x - std::fabs(scale_x));
|
return std::max(0.0f, translate_x - std::fabs(scale_x));
|
||||||
|
|
Loading…
Reference in a new issue