0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 12:33:43 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Freezarite
e751ece808
Merge dadf84647056b79825766414d4ddd9afcfae7138 into a8052b4bbbbaa72b5832bdd4e689bdeb14c41edf 2024-12-01 13:51:18 +00:00
freezarite
dadf846470 fixed \todo in TextureManager.h 2024-12-01 14:51:10 +01:00

View File

@ -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);