From: Erik Hofman Date: Thu, 24 Dec 2015 10:52:09 +0000 (+0100) Subject: Fix the tile-manager subsystem name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=de023dd7bda9e9dd49e1c51635712dcc8eb917c4;p=flightgear.git Fix the tile-manager subsystem name --- diff --git a/src/Scenery/tilemgr.hxx b/src/Scenery/tilemgr.hxx index 6ed281031..252a04908 100644 --- a/src/Scenery/tilemgr.hxx +++ b/src/Scenery/tilemgr.hxx @@ -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"; } };