Browse Source

Added zone texture unit also to the textureUnitNames array in Material.cpp.

Lasse Öörni 11 years ago
parent
commit
fedd77922c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Engine/Graphics/Material.cpp

+ 1 - 0
Source/Engine/Graphics/Material.cpp

@@ -57,6 +57,7 @@ static const char* textureUnitNames[] =
     "depth",
     "depth",
     "light",
     "light",
     "volume",
     "volume",
+    "zone",
     0
     0
 };
 };