This commit is contained in:
Branimir Karadžić
2017-04-08 10:46:27 -07:00
parent dc69484d06
commit 91f7782223
4 changed files with 64 additions and 28 deletions

View File

@@ -2374,7 +2374,7 @@ namespace bgfx
uint8_t mip;
_cmdbuf.read(mip);
m_renderCtx->readTexture(handle, data,mip);
m_renderCtx->readTexture(handle, data, mip);
}
break;