Explorar el Código

uncommented a bit that was done up for debugging/testing

Areloch hace 6 años
padre
commit
446d094b03
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 );
 
       // 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 ) );
    }
 }