1
0
Fork 0

Fix the tile-manager subsystem name

This commit is contained in:
Erik Hofman 2015-12-24 11:52:09 +01:00
parent 7644c74df9
commit de023dd7bd

View 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"; }
};