mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
Removed unused variable.
This commit is contained in:
parent
22bbd166d7
commit
cec1b79390
1 changed files with 0 additions and 2 deletions
|
@ -1680,8 +1680,6 @@ namespace bgfx
|
||||||
&& imageContainer.m_format != TextureFormat::BC5
|
&& imageContainer.m_format != TextureFormat::BC5
|
||||||
;
|
;
|
||||||
|
|
||||||
const bool compressed = isCompressed(TextureFormat::Enum(m_requestedFormat) );
|
|
||||||
|
|
||||||
for (uint8_t side = 0, numSides = imageContainer.m_cubeMap ? 6 : 1; side < numSides; ++side)
|
for (uint8_t side = 0, numSides = imageContainer.m_cubeMap ? 6 : 1; side < numSides; ++side)
|
||||||
{
|
{
|
||||||
uint32_t width = textureWidth;
|
uint32_t width = textureWidth;
|
||||||
|
|
Loading…
Reference in a new issue