Commit 8ac09214 authored by hybrid's avatar hybrid

Removed debug output

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@976 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 445b40fd
......@@ -739,7 +739,6 @@ void CSkinnedMesh::checkForAnimation()
const u16 buffer_id=Joint->Weights[j].buffer_id;
const u32 vertex_id=Joint->Weights[j].vertex_id;
assert(vertex_id<LocalBuffers[buffer_id]->getVertexCount());
//check for invalid ids
if (buffer_id>=LocalBuffers.size())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment