Commit bbc0b48e authored by hybrid's avatar hybrid

Added line counting in .x loader, useful for easy debugging.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1639 dfc29bdd-3216-0410-991c-e03cc46cb475
parent a5da1f13
This diff is collapsed.
...@@ -184,6 +184,7 @@ private: ...@@ -184,6 +184,7 @@ private:
const c8* P; const c8* P;
c8* End; c8* End;
c8 FloatSize; c8 FloatSize;
u32 Line;
core::stringc FilePath; core::stringc FilePath;
CSkinnedMesh::SJoint *CurFrame; CSkinnedMesh::SJoint *CurFrame;
......
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