From: James Turner Date: Mon, 9 Apr 2012 11:17:38 +0000 (+0100) Subject: Whoops, fix a type found by Syd in the NavDisplay. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2408be0abb9d9fa4fd69eb33c0fa2dfa3f800f1f;p=flightgear.git Whoops, fix a type found by Syd in the NavDisplay. --- diff --git a/src/Instrumentation/NavDisplay.cxx b/src/Instrumentation/NavDisplay.cxx index f25e29ce5..e8679ea15 100644 --- a/src/Instrumentation/NavDisplay.cxx +++ b/src/Instrumentation/NavDisplay.cxx @@ -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;