mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
code cleanup
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ using namespace std;
|
||||
|
||||
namespace vb01{
|
||||
Material::Material(Type type){
|
||||
this->type=type;
|
||||
this->type = type;
|
||||
|
||||
initShader();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user