From 48477d001cabf14522fdadc370423c5060db8489 Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 12 Jul 2022 00:02:01 -0400 Subject: [PATCH] correct typo --- src/app/gfx/psuedo_vram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/gfx/psuedo_vram.h b/src/app/gfx/psuedo_vram.h index f0c9898e..daefea18 100644 --- a/src/app/gfx/psuedo_vram.h +++ b/src/app/gfx/psuedo_vram.h @@ -26,7 +26,7 @@ class psuedo_vram { void ChangeGraphicsSet(const std::vector& graphics_set); void ChangeGraphicsPalette(const SNESPalette& graphics_pal); void ChangeSpriteSet(const std::vector& sprite_set); - void ChangeSpritePalette(const SNSPalette& sprite_pal); + void ChangeSpritePalette(const SNESPalette& sprite_pal); private: std::unordered_map m_vram;