code cleanup

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 2e0cad7fd1
commit 599bde975a
21 changed files with 43 additions and 84 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ using namespace std;
namespace vb01{
Material::Material(Type type){
this->type=type;
this->type = type;
initShader();
}