diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/atlas/textureatlas.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/atlas/textureatlas.h b/src/resources/atlas/textureatlas.h index fce101f64..7208a7bf8 100644 --- a/src/resources/atlas/textureatlas.h +++ b/src/resources/atlas/textureatlas.h @@ -71,6 +71,9 @@ struct TextureAtlas final : public MemoryCounter return sz; } + std::string getCounterName() const override + { return name; } + std::string name; Image *atlasImage; int width; |