* add statusbar->patches count

This commit is contained in:
Garux
2018-05-31 12:38:43 +03:00
parent 4a59d83139
commit 6b8a1980af
7 changed files with 27 additions and 33 deletions

View File

@@ -38,6 +38,7 @@ void Patch_textureChanged(){
}
Counter* PatchInstance::m_counter = 0;
Shader* PatchInstance::m_state_selpoint;
Shader* Patch::m_state_ctrl;
Shader* Patch::m_state_lattice;