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
@@ -39,7 +39,7 @@ DecalWindow::~DecalWindow()
{
decalWindow->RemoveWidgets(true);
GUI->RemoveWidget(decalWindow);
SAFE_DELETE(decalWindow);
delete decalWindow;
}
void DecalWindow::SetEntity(Entity entity)