mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed VS compile warning.
This commit is contained in:
parent
f6594b1bab
commit
001d0ba9ef
1 changed files with 317 additions and 317 deletions
2
3rdparty/ocornut-imgui/imgui.cpp
vendored
2
3rdparty/ocornut-imgui/imgui.cpp
vendored
|
@ -8764,7 +8764,7 @@ static unsigned int stb_decompress(unsigned char *output, unsigned char *i, unsi
|
||||||
i += 16;
|
i += 16;
|
||||||
|
|
||||||
stb__dout = output;
|
stb__dout = output;
|
||||||
while (1) {
|
for (;;) {
|
||||||
unsigned char *old_i = i;
|
unsigned char *old_i = i;
|
||||||
i = stb_decompress_token(i);
|
i = stb_decompress_token(i);
|
||||||
if (i == old_i) {
|
if (i == old_i) {
|
||||||
|
|
Loading…
Reference in a new issue