mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
Fix incorrect fast AA calculations
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user