Fixed debug build

This commit is contained in:
Robert Osfield
2016-02-24 16:00:12 +00:00
parent 31fad1476f
commit 370cb7bc6e

View File

@@ -135,7 +135,7 @@ namespace Forsyth
float FindVertexScore(unsigned int numActiveFaces, unsigned int cachePosition, unsigned int vertexCacheSize)
{
assert(s_vertexScoresComputed);
// assert(s_vertexScoresComputed);
if ( numActiveFaces == 0 )
{