Skip to content

Commit

Permalink
[spline/bezier]minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xebra committed Oct 7, 2018
1 parent 966ff32 commit 7cbc97f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GPU/Common/SplineCommon.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ static void CopyQuadIndex(u16 *&indices, GEPatchPrimType type, const int idx0, c
} }
} }


#undef b2


// Bernstein basis functions // Bernstein basis functions
inline float bern0(float x) { return (1 - x) * (1 - x) * (1 - x); } inline float bern0(float x) { return (1 - x) * (1 - x) * (1 - x); }
Expand Down

0 comments on commit 7cbc97f

Please sign in to comment.