mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-02 20:36:50 -05:00
Quiet GCC 4.8.1.
This commit is contained in:
parent
336bea5849
commit
835131d69f
1 changed files with 2 additions and 0 deletions
|
@ -1459,6 +1459,8 @@ namespace bgfx
|
||||||
}
|
}
|
||||||
|
|
||||||
BX_CHECK(false, "You should not be here.");
|
BX_CHECK(false, "You should not be here.");
|
||||||
|
_pitch = 0;
|
||||||
|
_slicePitch = 0;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue