Revert "animatable textures"

This reverts commit 8226a9479ce8ab45bed5bc6acbba63eaaf0e6330.
This commit is contained in:
devZoGok
2021-10-19 19:06:40 +03:00
parent 89c25c5bd9
commit 0193216ebb
5 changed files with 7 additions and 51 deletions
+1 -3
View File
@@ -49,10 +49,8 @@ namespace vb01{
shader->setVec4(diffuseColor,"diffuseColor");
}
if(texturingEnabled){
for(Texture *t : diffuseMapTextures){
t->update();
for(Texture *t : diffuseMapTextures)
t->select();
}
for(Texture *t : normalMapTextures)
t->select();
for(Texture *t : specularMapTextures)