mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 10:19:59 +00:00
maxwell_3d: Resolve -Wextra-semi warning
Semicolons after a function definition aren't necessary.
This commit is contained in:
parent
e050594706
commit
83d8bf9af9
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ public:
|
|||
GetX() + GetWidth(), // right
|
||||
GetY() // bottom
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
f32 GetX() const {
|
||||
return std::max(0.0f, translate_x - std::fabs(scale_x));
|
||||
|
|
Loading…
Reference in a new issue