Forgot to save

This commit is contained in:
jaby 2023-12-21 11:44:22 -05:00
parent 666eb28a88
commit 6f1980393d
1 changed files with 0 additions and 4 deletions

View File

@ -154,10 +154,6 @@ namespace JabyEngine {
};
struct LookUpColor8 {
static constexpr BitRange LUPosition[] = {
BitRange::from_to(0, 7),
BitRange::from_to(8, 15)
};
uint8_t lu_id[2];
static constexpr LookUpColor8 from_ids(uint8_t px0, uint8_t px1) {