From ac2016c46b9f1b7d699c9f9367425316a14c8139 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Mon, 1 May 2023 19:58:22 +0100
Subject: [PATCH] feat: new todo added

---
 src/ppu.rs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/ppu.rs b/src/ppu.rs
index 1ef86a87..1454fa3e 100644
--- a/src/ppu.rs
+++ b/src/ppu.rs
@@ -1114,6 +1114,8 @@ impl Ppu {
 
         // obtains the reference to the attributes of the new tile in
         // drawing for meta processing (CGB only)
+        // @TODO: This strategy seems a bit naive, need to figure out
+        // if there's a better way to do this and a more performant one
         let mut tile_attr = if self.dmg_compat {
             &DEFAULT_TILE_ATTR
         } else {
-- 
GitLab