From f362d7fd7f7b9c0e4c93a2464b5633f895e430de Mon Sep 17 00:00:00 2001 From: Jaby Date: Sat, 28 Sep 2024 13:14:48 +0200 Subject: [PATCH] Do not rename SimpleTIM because it is not a TIM --- include/PSX/File/file_types.hpp | 1 - 1 file changed, 1 deletion(-) 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);