mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
Fixed warning-as-error for Microsoft compiler
This commit is contained in:
parent
c025f7178d
commit
5accb0c2c0
@ -166,7 +166,7 @@ public:
|
||||
// Public methods to retrieved cached Surfaces and their pre-computed
|
||||
// patch points:
|
||||
//
|
||||
bool FaceHasLimitSurface(int face) { return _entries[face].hasLimit > 0; }
|
||||
bool FaceHasLimitSurface(int face) { return _entries[face].hasLimit; }
|
||||
|
||||
Surface const * GetSurface(int face) { return _entries[face].surface.get();}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user