diff --git a/source/psp/video_hardware_draw.cpp b/source/psp/video_hardware_draw.cpp index 24353a6..07e05a1 100644 --- a/source/psp/video_hardware_draw.cpp +++ b/source/psp/video_hardware_draw.cpp @@ -208,9 +208,7 @@ void GL_Bind (int texture_index) // Set the palette (for CLUT4) if (texture.format == GU_PSM_T4) { - // HACK HACK HACK: avoid setting this all the time - if (last_palette_wasnt_clut4 == qtrue) - VID_SetPalette4(texture.palette); + VID_SetPalette4(texture.palette); vid_palmode = GU_PSM_T4; } else { // HACK HACK HACK: avoid setting this all the time