implemented alpha texture repository
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
MeshMaterial::MeshMaterial()
|
||||
{
|
||||
id = rand() % 100000;
|
||||
id = rand() % 1000000;
|
||||
facesCount = 0;
|
||||
_isNameSet = false;
|
||||
_areFacesAllocated = false;
|
||||
|
||||
Reference in New Issue
Block a user