Browse Source

Fix forceAutoHint_ being uninitialized.

Lasse Öörni 12 years ago
parent
commit
dc0533e1ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Engine/UI/UI.cpp

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

@@ -88,6 +88,7 @@ UI::UI(Context* context) :
     #endif
     useSystemClipBoard_(false),
     useMutableGlyphs_(false),
+    forceAutoHint_(false),
     nonModalBatchSize_(0)
 {
     rootElement_->SetTraversalMode(TM_DEPTH_FIRST);