From dadf84647056b79825766414d4ddd9afcfae7138 Mon Sep 17 00:00:00 2001 From: freezarite Date: Sun, 1 Dec 2024 14:51:10 +0100 Subject: [PATCH] fixed \todo in TextureManager.h --- include/TextureManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/TextureManager.h b/include/TextureManager.h index 24614e5..f1cd30c 100644 --- a/include/TextureManager.h +++ b/include/TextureManager.h @@ -75,7 +75,7 @@ class TextureManager * loads the texture from the file system and stores it in the cache. * * If loading fails, an exception is thrown with a descriptive error message. - * /todo should not be usable for the developer and only be accessed by the map class + * \todo should not be usable for the developer and only be accessed by the map class */ SDL_Texture* loadMapTileTexture(const char* path);