13 lines
777 B
Diff
13 lines
777 B
Diff
diff --git a/opensubdiv/far/topologyRefiner.cpp b/opensubdiv/far/topologyRefiner.cpp
|
|
index 3754b36e..7fe42bcc 100644
|
|
--- a/opensubdiv/far/topologyRefiner.cpp
|
|
+++ b/opensubdiv/far/topologyRefiner.cpp
|
|
@@ -263,7 +263,7 @@ namespace internal {
|
|
bool IsEmpty() const { return *((int_type*)this) == 0; }
|
|
|
|
FeatureMask() { Clear(); }
|
|
- FeatureMask(Options const & options, Sdc::SchemeType sType) { InitializeFeatures(options, sType); }
|
|
+ FeatureMask(Options const & options, Sdc::SchemeType sType) { Clear(); InitializeFeatures(options, sType); }
|
|
|
|
// These are the two primary methods intended for use -- intialization via a set of Options
|
|
// and reduction of the subsequent feature set (which presumes prior initialization with the
|