File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ struct modular_curves_entry {
241241 int curve_idx = -1 ;
242242 ::util::ParsedRandomFloatRange scaling_factor = ::util::UniformFloatRange(1 .f);
243243 ::util::ParsedRandomFloatRange translation = ::util::UniformFloatRange(0 .f);
244- bool wraparound = true ;
244+ bool wraparound = false ;
245245};
246246
247247//
@@ -355,7 +355,7 @@ struct modular_curves_definition {
355355 curve_entry.translation = ::util::UniformFloatRange (0 .0f );
356356 }
357357
358- curve_entry.wraparound = true ;
358+ curve_entry.wraparound = false ;
359359 parse_optional_bool_into (" +Wraparound:" , &curve_entry.wraparound );
360360
361361 curves[static_cast <std::underlying_type_t <output_enum>>(output_idx)].emplace_back (input_idx, curve_entry);
You can’t perform that action at this time.
0 commit comments