Do not rename SimpleTIM because it is not a TIM
This commit is contained in:
parent
02838c1228
commit
ab2ff3c251
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue