Fix incorrect fast AA calculations

This commit is contained in:
elasota
2021-03-30 05:23:02 -04:00
parent 7951f579e0
commit 7916c72fc4
3 changed files with 17 additions and 8 deletions

View File

@@ -262,6 +262,7 @@ namespace PortabilityLayer
if (mutex)
mutex->Unlock();
//entry.m_aaTable.GenerateForPalette(color, m_colors, 256, true);
entry.m_aaTable.GenerateForPaletteFast(color);
return entry.m_aaTable;