preset remove

This commit is contained in:
2019-01-23 23:38:59 +01:00
parent 879be9d4fe
commit 79e4777f77
5 changed files with 36 additions and 47 deletions

View File

@@ -130,7 +130,7 @@ public:
Node&& operator=(Node&& o);
Node(Node&& o);
Node();
~Node();
virtual ~Node();
void SetWidth(float value);
void SetWidthP(float value);