removed some macro use

This commit is contained in:
Turanszki Janos
2020-03-07 19:25:30 +00:00
parent d95dfa7ef2
commit c9c03b2d48
25 changed files with 60 additions and 86 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ AnimationWindow::~AnimationWindow()
animWindow->RemoveWidgets(true);
GUI->RemoveWidget(animWindow);
SAFE_DELETE(animWindow);
delete animWindow;
}
void AnimationWindow::Update()