diff --git a/src/ppu.rs b/src/ppu.rs index 1ef86a8798d549bf2a1e05e79fa8f68e24aed1b2..1454fa3e59d97e3dd8d07b6dccd17f16306acfb3 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 {