Skip to content

Commit

Permalink
initialize feature #6 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerdenisov committed Jan 20, 2017
1 parent 3cdff92 commit a1c05dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReUI.Implementation/Systems/XmlSystems/ParseXmlSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ private void FillElement(Entity<IUIPool> root, Entity<IUIPool> element, IXmlNode
var extraType = _extraElementNodesDictionary[extraNode.Name];
switch (extraType)
{
// test feature comment
case ExtraElementNode.Content:
xmlElement.Content = extraNode.Value ?? "";
break;
Expand Down

0 comments on commit a1c05dd

Please sign in to comment.