Do not rename SimpleTIM because it is not a TIM

This commit is contained in:
2024-09-28 13:14:48 +02:00
parent 02838c1228
commit ab2ff3c251

View File

@@ -13,7 +13,6 @@ namespace JabyEngine {
uint32_t* dst; uint32_t* dst;
}; };
// TODO: Call TIM?
struct SimpleTIM { struct SimpleTIM {
static constexpr auto TextureX = BitRange::from_to(0, 8); static constexpr auto TextureX = BitRange::from_to(0, 8);
static constexpr auto TextureY = BitRange::from_to(9, 16); static constexpr auto TextureY = BitRange::from_to(9, 16);