mirror of https://github.com/bkaradzic/bgfx
Fixed GCC warning.
This commit is contained in:
parent
435b83f1ac
commit
e758f12b22
|
@ -206,7 +206,6 @@ int _main_(int _argc, char** _argv)
|
|||
bgfx::destroyVertexShader(vsh);
|
||||
bgfx::destroyFragmentShader(fsh);
|
||||
|
||||
uint32_t blockSide = 0;
|
||||
const uint32_t textureSide = 2048;
|
||||
|
||||
bgfx::TextureHandle textureCube =
|
||||
|
|
Loading…
Reference in New Issue