implement tip popup tip selection and change default brush color to black
This commit is contained in:
@@ -9,7 +9,7 @@ public:
|
||||
std::string m_name;
|
||||
uint16_t m_tex_id = 0;
|
||||
uint16_t m_tex_stencil_id = const_hash("data/paper.jpg");
|
||||
glm::vec4 m_tip_color{1, 0, 0, 1};
|
||||
glm::vec4 m_tip_color{0, 0, 0, 1};
|
||||
float m_tip_size = 0;
|
||||
float m_tip_spacing = 0;
|
||||
float m_tip_flow = 0;
|
||||
|
||||
Reference in New Issue
Block a user