From f53995f17333bc96089e2bb1aa3c89a1bd6793c1 Mon Sep 17 00:00:00 2001 From: Jaby Date: Thu, 21 Dec 2023 11:44:22 -0500 Subject: [PATCH] Forgot to save --- include/PSX/GPU/gpu_types.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/PSX/GPU/gpu_types.hpp b/include/PSX/GPU/gpu_types.hpp index 3871e663..0a04b36d 100644 --- a/include/PSX/GPU/gpu_types.hpp +++ b/include/PSX/GPU/gpu_types.hpp @@ -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) {