Fixed build.

This commit is contained in:
Branimir Karadžić
2019-01-26 17:43:28 -08:00
parent 768823ca40
commit 1658b6a100
2 changed files with 3 additions and 3 deletions

View File

@@ -1885,7 +1885,7 @@ BX_TRACE("%d, %d, %d, %s", _array, _srgb, _mipAutogen, getName(_format) );
const bx::StringView token = bx::StringView(ext.getPtr(), space.getPtr() );
updateExtension(token);
ext.set(token.getTerm() + 1, ext.getTerm() );
ext.set(space.getPtr() + (space.isEmpty() ? 0 : 1), ext.getTerm() );
++index;
}