Convert spaces to tabs
Former-commit-id: b459cfe0c83f651cc660d42f7d3014c3b146f345
This commit is contained in:
@@ -1041,11 +1041,11 @@ unsigned int NzTexture::GetValidSize(unsigned int size)
|
||||
return size;
|
||||
else
|
||||
{
|
||||
unsigned int pot = 1;
|
||||
while (pot < size)
|
||||
pot <<= 1;
|
||||
unsigned int pot = 1;
|
||||
while (pot < size)
|
||||
pot <<= 1;
|
||||
|
||||
return pot;
|
||||
return pot;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user