diff options
| author | 2020-08-16 00:55:15 -0400 | |
|---|---|---|
| committer | 2020-08-16 00:55:15 -0400 | |
| commit | 404362e1b070960cdc2c600ca206c2b792d8a880 (patch) | |
| tree | 119da3820aff505453851335d5ef08c37cd34872 /src | |
| parent | Merge pull request #4526 from lioncash/core-semi (diff) | |
| parent | maxwell_3d: Resolve -Wextra-semi warning (diff) | |
| download | yuzu-404362e1b070960cdc2c600ca206c2b792d8a880.tar.gz yuzu-404362e1b070960cdc2c600ca206c2b792d8a880.tar.xz yuzu-404362e1b070960cdc2c600ca206c2b792d8a880.zip | |
Merge pull request #4519 from lioncash/semi
maxwell_3d: Resolve -Wextra-semi warning
Diffstat (limited to '')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index ef1618990..c97eeb792 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h | |||
| @@ -647,7 +647,7 @@ public: | |||
| 647 | GetX() + GetWidth(), // right | 647 | GetX() + GetWidth(), // right |
| 648 | GetY() // bottom | 648 | GetY() // bottom |
| 649 | }; | 649 | }; |
| 650 | }; | 650 | } |
| 651 | 651 | ||
| 652 | f32 GetX() const { | 652 | f32 GetX() const { |
| 653 | return std::max(0.0f, translate_x - std::fabs(scale_x)); | 653 | return std::max(0.0f, translate_x - std::fabs(scale_x)); |