fix presets save and restore

This commit is contained in:
2019-02-28 00:22:12 +01:00
parent 0e90264d7c
commit aa189a3468
3 changed files with 26 additions and 15 deletions

View File

@@ -100,8 +100,8 @@ class NodePanelBrushPreset : public Node
int m_dual_path_len = 0;
int m_dual_thumb_path_len = 0;
int m_stencil_path_len = 0;
int m_stencil_thumb_path_len = 0;
int m_pattern_path_len = 0;
int m_pattern_thumb_path_len = 0;
glm::vec4 m_tip_color{ 0, 0, 0, 1 };
glm::vec2 m_tip_scale = { 1.f, 1.f };