Fixed unused variable.
This commit is contained in:
parent
2e8c2a0070
commit
22a548ca02
@ -135,7 +135,7 @@ namespace Forsyth
|
||||
|
||||
float FindVertexScore(uint numActiveFaces, uint cachePosition, uint vertexCacheSize)
|
||||
{
|
||||
assert(s_vertexScoresComputed);
|
||||
assert(s_vertexScoresComputed); (void)s_vertexScoresComputed;
|
||||
|
||||
if ( numActiveFaces == 0 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user