mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Merging r6075 through r6106 from trunk to ogl-es branch.
Burnings renderer changes. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6116 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@ -912,6 +912,12 @@ bool CXMeshFileLoader::parseDataObjectMesh(SXMesh &mesh)
|
||||
s16 uv2type = -1;
|
||||
s16 tangenttype = -1;
|
||||
s16 binormaltype = -1;
|
||||
|
||||
(void)tangentpos; // disable unused variable warnings
|
||||
(void)binormalpos; // disable unused variable warnings
|
||||
(void)tangenttype; // disable unused variable warnings
|
||||
(void)binormaltype; // disable unused variable warnings
|
||||
|
||||
for (j=0; j<dcnt; ++j)
|
||||
{
|
||||
const u32 type = readInt();
|
||||
|
Reference in New Issue
Block a user