implemented alpha texture repository

This commit is contained in:
Sandro Sobczyński
2020-10-31 13:58:20 +01:00
parent 3cfe7ba8f1
commit 885e8b4f2b
12 changed files with 186 additions and 29 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
MeshMaterial::MeshMaterial()
{
id = rand() % 100000;
id = rand() % 1000000;
facesCount = 0;
_isNameSet = false;
_areFacesAllocated = false;