Преглед изворни кода

Change lineHeight in savexml.[ci skip[

aster пре 11 година
родитељ
комит
489119f1cb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Source/Engine/UI/Font.cpp

+ 1 - 1
Source/Engine/UI/Font.cpp

@@ -465,7 +465,7 @@ bool Font::SaveXML(Serializer& dest, int pointSize, bool usedGlyphs)
     
     // Common
     childElem = rootElem.CreateChild("common");
-    childElem.SetInt("lineheight", fontFace->rowHeight_);
+    childElem.SetInt("lineHeight", fontFace->rowHeight_);
     unsigned pages = fontFace->textures_.Size();
     childElem.SetInt("pages", pages);