mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-26 09:41:08 +00:00
Merge pull request #476 from davidgyu/macbuildfix
Removed an unused local var from interpolate.cpp
This commit is contained in:
commit
0bf78b5431
@ -230,8 +230,6 @@ void Spline<BASIS>::GetPatchWeights(PatchParam::BitField bits,
|
||||
Spline<BASIS>::GetWeights(s, point ? sWeights : 0, derivS ? dsWeights : 0);
|
||||
Spline<BASIS>::GetWeights(t, point ? tWeights : 0, derivT ? dtWeights : 0);
|
||||
|
||||
int boundary = bits.GetBoundary();
|
||||
|
||||
if (point) {
|
||||
// Compute the tensor product weight of the (s,t) basis function
|
||||
// corresponding to each control vertex:
|
||||
|
Loading…
Reference in New Issue
Block a user