Fix the tile-manager subsystem name
This commit is contained in:
parent
7644c74df9
commit
de023dd7bd
1 changed files with 1 additions and 1 deletions
|
@ -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"; }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue