mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing inputs bug, fixing missing depth image destruction in scenes
This commit is contained in:
@@ -44,4 +44,9 @@ namespace mlx
|
||||
m_sprites.erase(it);
|
||||
} while(it != m_sprites.end());
|
||||
}
|
||||
|
||||
Scene::~Scene()
|
||||
{
|
||||
m_depth.Destroy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user