From 3e8ebf3133ece10efc8cf9219dafc02e780bc3ab Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 21 May 2022 21:17:27 +0200 Subject: Added naive icons loading --- App.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'App.cpp') diff --git a/App.cpp b/App.cpp index f897ebb..99ac62f 100644 --- a/App.cpp +++ b/App.cpp @@ -9,6 +9,7 @@ App::App() : + icons {}, m_view {} { InitWindow(800, 600, "Derelict"); @@ -19,6 +20,7 @@ App::App() : App::~App() { + icons.reset(); m_view.reset(); CloseWindow(); } -- cgit v1.1