mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-14 08:30:49 +00:00
Fix warning
This commit is contained in:
parent
9420826094
commit
ffcfe0b54f
1 changed files with 0 additions and 2 deletions
|
@ -181,8 +181,6 @@ const uint32_t *FTexture::GetColumnBgra(unsigned int column, const Span **spans_
|
||||||
const uint32_t *pixels = GetPixelsBgra();
|
const uint32_t *pixels = GetPixelsBgra();
|
||||||
|
|
||||||
column %= Width;
|
column %= Width;
|
||||||
if (column < 0)
|
|
||||||
column += Width;
|
|
||||||
|
|
||||||
if (spans_out != nullptr)
|
if (spans_out != nullptr)
|
||||||
GetColumn(column, spans_out);
|
GetColumn(column, spans_out);
|
||||||
|
|
Loading…
Reference in a new issue