]> git.mxchange.org Git - flightgear.git/commitdiff
Whoops, fix a type found by Syd in the NavDisplay.
authorJames Turner <zakalawe@mac.com>
Mon, 9 Apr 2012 11:17:38 +0000 (12:17 +0100)
committerJames Turner <zakalawe@mac.com>
Mon, 9 Apr 2012 11:17:38 +0000 (12:17 +0100)
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;