mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed unused variable.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user