From 148fa8e3f9974314c0418eea2522e6868306d950 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 18 Nov 2018 17:26:54 -0600 Subject: [PATCH] comment update --- src/GUI/Plater/PresetChooser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/Plater/PresetChooser.cpp b/src/GUI/Plater/PresetChooser.cpp index d6ab80896..91c1c633d 100644 --- a/src/GUI/Plater/PresetChooser.cpp +++ b/src/GUI/Plater/PresetChooser.cpp @@ -66,7 +66,7 @@ void PresetChooser::load(std::array presets) { current_list = grep(current_list, [] (const Preset& x) -> bool { return !x.default_preset; }); } - // # Read the current defaults from the settings file + // Read the current defaults from the settings file const auto& settings_defaults {_settings->default_presets.at(get_preset(group))}; size_t i {0};