Skip to content

Commit

Permalink
gfx: warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky committed Jan 23, 2022
1 parent b61d324 commit 685e8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gfx/Gfx_GX2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ void DrawFillTri(const FillTri& tri) {
auto& dest = tri.t;
int x2, y2, x3, y3;
switch (dest.rotation) {
default:
case GFX_ROTATION_0: {
x2 = dest.x - dest.size;
y2 = dest.y + dest.size;
Expand Down

0 comments on commit 685e8d5

Please sign in to comment.