From 2408be0abb9d9fa4fd69eb33c0fa2dfa3f800f1f Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 9 Apr 2012 12:17:38 +0100 Subject: [PATCH] Whoops, fix a type found by Syd in the NavDisplay. --- src/Instrumentation/NavDisplay.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5