Skip to content

Commit

Permalink
tidy format
Browse files Browse the repository at this point in the history
  • Loading branch information
AloXado320 committed Sep 21, 2024
1 parent 2c63154 commit 8df1d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graphic/Fast3D/gfx_pc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ static void import_texture_ia16(int tile, bool importReplacement) {
tex_upload_buffer[4 * i + 1] = g;
tex_upload_buffer[4 * i + 2] = b;
tex_upload_buffer[4 * i + 3] = alpha;

i++;
}
}
Expand Down Expand Up @@ -753,7 +753,7 @@ static void import_texture_i4(int tile, bool importReplacement) {
tex_upload_buffer[4 * i + 1] = SCALE_4_8(g);
tex_upload_buffer[4 * i + 2] = SCALE_4_8(b);
tex_upload_buffer[4 * i + 3] = SCALE_4_8(a);

i++;
}
}
Expand Down

0 comments on commit 8df1d58

Please sign in to comment.