diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 17:31:25 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 17:31:25 +0100 |
commit | 91a277c69fd5f8ba814adc1006a49c7415ff65be (patch) | |
tree | 5545e9a9374e017a45ea56a81c2b7e24091cbcc2 /src/crepe/api/Texture.h | |
parent | cb6aae1751a95a29bc04d805d9cc9135b5c54c1e (diff) |
updated to satisfy the code review
Diffstat (limited to 'src/crepe/api/Texture.h')
-rw-r--r-- | src/crepe/api/Texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/api/Texture.h b/src/crepe/api/Texture.h index 6d99a93..828518d 100644 --- a/src/crepe/api/Texture.h +++ b/src/crepe/api/Texture.h @@ -64,6 +64,7 @@ private: void load(std::unique_ptr<Asset> res); private: + //TODO make RAII //! The texture of the class from the library SDL_Texture * texture = nullptr; |