fix deprecation warnings

This commit is contained in:
Vadim Lopatin 2014-12-05 11:49:07 +03:00
parent d9163742a3
commit 098c061e0d
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@ version(USE_SDL) {
destroy(wnd);
wnd = null;
}
_windowMap.clear();
destroy(_windowMap);
disconnect();
}
void disconnect() {