mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-17 19:50:06 +00:00
fixed code style of stencil leak fix
This commit is contained in:
parent
02a7373a75
commit
106f74a148
@ -52,8 +52,7 @@ public:
|
||||
Allocator(int maxSize, bool interpolateVarying=false) :
|
||||
_maxsize(maxSize), _interpolateVarying(interpolateVarying) { }
|
||||
|
||||
~Allocator()
|
||||
{
|
||||
~Allocator() {
|
||||
clearBigStencils();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user