mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Scaled blit, plus fix some level editor things
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
|
||||
#include "MemoryManager.h"
|
||||
|
||||
void THandleBase::Dispose()
|
||||
void THandleBase::Dispose() const
|
||||
{
|
||||
if (m_hdl)
|
||||
PortabilityLayer::MemoryManager::GetInstance()->ReleaseHandle(m_hdl);
|
||||
|
||||
m_hdl = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user