mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-24 20:40:15 +00:00
Merge pull request #118 from andrewkww/assert_fix
subdivisionTablesFactory: Fix typo in assert()
This commit is contained in:
commit
65a437956e
@ -231,7 +231,7 @@ FarSubdivisionTablesFactory<T,U>::FarSubdivisionTablesFactory( HbrMesh<T> const
|
||||
if (depth>maxlevel)
|
||||
continue;
|
||||
|
||||
assert( remapTable[ v->GetID() ] = -1 );
|
||||
assert( remapTable[ v->GetID() ] == -1 );
|
||||
|
||||
if (depth==0) {
|
||||
_vertVertsList[ depth ].push_back( v );
|
||||
|
Loading…
Reference in New Issue
Block a user