Bläddra i källkod

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

Lasse Öörni 11 år sedan
förälder
incheckning
fedd77922c
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Source/Engine/Graphics/Material.cpp

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

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