Added Default-value for ISceneNode->Name so the code won't crash if someone tries to compare it with empty...

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@5647 dfc29bdd-3216-0410-991c-e03cc46cb475
master
dbocksteger 2018-10-04 07:34:28 +00:00
parent 4ea4f3be95
commit 59699aa05c
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@ namespace scene
}
//! Name of the scene node.
core::stringc Name;
core::stringc Name = "";
//! Absolute transformation of the node.
core::matrix4 AbsoluteTransformation;