Browse Source
Merge pull request #4519 from lioncash/semi
maxwell_3d: Resolve -Wextra-semi warning
pull/15/merge
bunnei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/engines/maxwell_3d.h
|
|
|
@ -647,7 +647,7 @@ public: |
|
|
|
GetX() + GetWidth(), // right |
|
|
|
GetY() // bottom |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
|
|
|
|
f32 GetX() const { |
|
|
|
return std::max(0.0f, translate_x - std::fabs(scale_x)); |
|
|
|
|