Odd behavior from TinyXML++
Hoping some of you TinyXML++ people can help me out. Really, since you recomended to me before I think you owe me ;) I have the following code: //ticpp::Iterator< ticpp::Element > child( "SetPiece" ); ticpp::Iterator< ticpp::Node > child("SetPiece"); GLuint lc_SPieces = 0; for(child = child.begin( this ); child != child....