diff --git a/Components/9918/Implementation/Fetch.hpp b/Components/9918/Implementation/Fetch.hpp index 34d716d20..7c4c007e2 100644 --- a/Components/9918/Implementation/Fetch.hpp +++ b/Components/9918/Implementation/Fetch.hpp @@ -475,7 +475,7 @@ struct CharacterSequencer { break; case 3: character_fetcher.fetch_pattern(block); - character_fetcher.fetch_pattern(block); + character_fetcher.fetch_colour(block); break; default: break; }