Skip to content

Commit

Permalink
Garbage cleaner commented
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatil611 committed May 19, 2021
1 parent 5ec0e60 commit 14d3cc8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
33 changes: 23 additions & 10 deletions MLPlusPlus/imgui.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Window][InvisibleWindow]
Pos=0,0
Size=1920,1061
Size=1920,1017
Collapsed=0

[Window][Debug##Default]
Expand All @@ -9,26 +9,27 @@ Size=400,400
Collapsed=0

[Window][Node Editor]
Pos=325,0
Size=1595,1061
Pos=397,0
Size=1523,1017
Collapsed=0
DockId=0x00000002,0

[Window][Variables]
Pos=0,0
Size=323,1061
Size=395,601
Collapsed=0
DockId=0x00000001,0
DockId=0x00000004,0

[Window][Select File##filebrowser_1656191295568]
Pos=610,305
Size=700,450
Collapsed=0

[Window][Graph]
Pos=421,219
Size=332,335
Pos=0,603
Size=395,414
Collapsed=0
DockId=0x00000005,0

[Window][Select File##filebrowser_1541617135744]
Pos=602,297
Expand All @@ -40,8 +41,20 @@ Pos=610,283
Size=700,450
Collapsed=0

[Window][Select File##filebrowser_1671879693616]
Pos=602,297
Size=700,450
Collapsed=0

[Window][Select File##filebrowser_1671880802656]
Pos=602,297
Size=700,450
Collapsed=0

[Docking][Data]
DockSpace ID=0xF442860A Window=0xD8117908 Pos=8,31 Size=1920,1061 Split=X
DockNode ID=0x00000001 Parent=0xF442860A SizeRef=323,1061 Selected=0x0A3AFFB2
DockNode ID=0x00000002 Parent=0xF442860A SizeRef=1595,1061 CentralNode=1 Selected=0xE3F3CE3C
DockSpace ID=0xF442860A Window=0xD8117908 Pos=0,23 Size=1920,1017 Split=X
DockNode ID=0x00000001 Parent=0xF442860A SizeRef=395,1061 Split=Y Selected=0x0A3AFFB2
DockNode ID=0x00000004 Parent=0x00000001 SizeRef=395,601 Selected=0x0A3AFFB2
DockNode ID=0x00000005 Parent=0x00000001 SizeRef=395,414 Selected=0xC8842AD8
DockNode ID=0x00000002 Parent=0xF442860A SizeRef=1523,1061 CentralNode=1 Selected=0xE3F3CE3C

4 changes: 2 additions & 2 deletions MLPlusPlus/src/NodeEditor/NodeEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ void NodeEditor::renderEditor()
t = t->next;
}*/

for (auto obj : objects)
delete obj->object;
/*for (auto obj : objects)
delete obj->object;*/
}

// delete nodes and link
Expand Down

0 comments on commit 14d3cc8

Please sign in to comment.