diff --git a/include/PSX/File/file_types.hpp b/include/PSX/File/file_types.hpp index da8a35b6..39b4b2d4 100644 --- a/include/PSX/File/file_types.hpp +++ b/include/PSX/File/file_types.hpp @@ -13,7 +13,6 @@ namespace JabyEngine { uint32_t* dst; }; - // TODO: Call TIM? struct SimpleTIM { static constexpr auto TextureX = BitRange::from_to(0, 8); static constexpr auto TextureY = BitRange::from_to(9, 16);