]> git.mxchange.org Git - flightgear.git/commitdiff
Fix the tile-manager subsystem name
authorErik Hofman <erik@ehofman.com>
Thu, 24 Dec 2015 10:52:09 +0000 (11:52 +0100)
committerErik Hofman <erik@ehofman.com>
Thu, 24 Dec 2015 10:52:09 +0000 (11:52 +0100)
src/Scenery/tilemgr.hxx

index 6ed281031dce12527d97b9563356bd1eab1b5b2c..252a04908027708597c7167eacf264f5ebdd08aa 100644 (file)
@@ -119,7 +119,7 @@ public:
     // so it can pass this through to its options object
     void materialLibChanged();
 
-    static const char* subsystemName() { return "tile-mgr"; }
+    static const char* subsystemName() { return "tile-manager"; }
 };