mixer working except when changing plane, previous sample does't work in this case

This commit is contained in:
2018-08-01 16:47:13 +02:00
parent 663863fe44
commit 76033a1ca8
5 changed files with 34 additions and 5 deletions

View File

@@ -76,6 +76,8 @@ public:
bool m_smask_active = false;
RTT m_tmp[6];
RTT m_mixer;
ui::StrokeSample m_mixer_sample;
bool m_mixer_idle = true;
Texture2D m_brush_mix;
Texture2D m_tex[6];
Texture2D m_tex2[6];