remove doubled entry

This commit is contained in:
Pawel Kolodziejski 2009-06-08 09:05:31 +00:00
parent d8c9a5ddcc
commit 4b26ff16ab

View File

@ -238,7 +238,6 @@ void Model::HierNode::loadBinary(const char *&data, Model::HierNode *hierNodes,
_meshVisible = true;
_hierVisible = true;
_totalWeight = 1;
_initialized = true;
}