diff options
-rw-r--r-- | src/resources/map/walklayer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/map/walklayer.h b/src/resources/map/walklayer.h index efa85b9dd..83ae2e0ce 100644 --- a/src/resources/map/walklayer.h +++ b/src/resources/map/walklayer.h @@ -41,6 +41,9 @@ class WalkLayer final : public Resource int calcMemoryLocal() const override final; + std::string getCounterName() const override final + { return "walk layer"; } + private: int mWidth; int mHeight; |