add brush follow-orientation flag to stroke settings and fix stroke preview
This commit is contained in:
@@ -30,6 +30,11 @@ template<typename T, int N> struct cbuffer
|
||||
m_index = 0;
|
||||
m_count = 0;
|
||||
}
|
||||
void clear()
|
||||
{
|
||||
m_index = 0;
|
||||
m_count = 0;
|
||||
}
|
||||
T& head()
|
||||
{
|
||||
return m_index == 0 ? m_vec[m_count - 1] : m_vec[m_index - 1];
|
||||
|
||||
Reference in New Issue
Block a user