mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
32-bit color support
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
DrawSurface::~DrawSurface()
|
||||
{
|
||||
if (m_cachedAATable)
|
||||
PortabilityLayer::MemoryManager::GetInstance()->Release(m_cachedAATable);
|
||||
if (m_cachedAATables)
|
||||
PortabilityLayer::MemoryManager::GetInstance()->Release(m_cachedAATables);
|
||||
}
|
||||
|
||||
void DrawSurface::PushToDDSurface(IGpDisplayDriver *displayDriver)
|
||||
|
Reference in New Issue
Block a user