Преглед изворни кода

Merge branch 'PBR_ProbeArrayGLWIP' of https://github.com/Areloch/Torque3D into PBR_ProbeArrayGLWIP

AzaezelX пре 6 година
родитељ
комит
432a927884
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Engine/source/gfx/genericConstBuffer.cpp

+ 2 - 2
Engine/source/gfx/genericConstBuffer.cpp

@@ -281,8 +281,8 @@ void GenericConstBuffer::assertUnassignedConstants( const char *shaderName )
       mLayout->getDesc( i, pd );
       mLayout->getDesc( i, pd );
 
 
       // Assert on the unassigned constant.
       // Assert on the unassigned constant.
-      //AssertFatal( false, avar( "The '%s' shader constant in shader '%s' was unassigned!",
-      //   pd.name.c_str(), shaderName ) );
+      AssertFatal( false, avar( "The '%s' shader constant in shader '%s' was unassigned!",
+         pd.name.c_str(), shaderName ) );
    }
    }
 }
 }