- whitespace cleanup, updated from Raze.
This commit is contained in:
parent
3b879c5656
commit
e60e6967c0
182 changed files with 835 additions and 824 deletions
|
|
@ -97,7 +97,7 @@ FBitmap FTexture::GetBgraBitmap(const PalEntry* remap, int* ptrans)
|
|||
int FTexture::CheckRealHeight()
|
||||
{
|
||||
auto pixels = Get8BitPixels(false);
|
||||
|
||||
|
||||
for(int h = GetHeight()-1; h>= 0; h--)
|
||||
{
|
||||
for(int w = 0; w < GetWidth(); w++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue