]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/NavDisplay.cxx
Whoops, fix a type found by Syd in the NavDisplay.
[flightgear.git] / src / Instrumentation / NavDisplay.cxx
index f25e29ce542063f8608f8fb8090b8c0e6aaa6e84..e8679ea15fcb86b4c3c09fe1b23ffa7b62a5a3c5 100644 (file)
@@ -436,7 +436,7 @@ NavDisplay::NavDisplay(SGPropertyNode *node) :
     INITFONT("color/alpha", 1, Float);
 #undef INITFONT
 
-    _textureSize = _Instrument->getNode("symbol-teture-size", true)->getIntValue();
+    _textureSize = _Instrument->getNode("symbol-texture-size", true)->getIntValue();
     SGPropertyNode* symbolsNode = node->getNode("symbols");
     SGPropertyNode* symbol;