From de023dd7bda9e9dd49e1c51635712dcc8eb917c4 Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Thu, 24 Dec 2015 11:52:09 +0100 Subject: [PATCH] Fix the tile-manager subsystem name --- src/Scenery/tilemgr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } }; -- 2.39.5