Add comment that xml reader returns EXN_UNKNOWN for xml header nodes

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6451 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien 2023-02-21 12:02:57 +00:00
parent 6c8767397b
commit 538e3ab353
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ namespace io
//! An xml cdata section like <![CDATA[ this is some CDATA ]]>
EXN_CDATA,
//! Unknown element.
//! Unknown element. Also xml headers nodes (which currently also don't read attributes)
EXN_UNKNOWN
};