summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/options.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack/options.hpp b/opentrack/options.hpp
index daef7b1c..aba1b9df 100644
--- a/opentrack/options.hpp
+++ b/opentrack/options.hpp
@@ -107,6 +107,7 @@ namespace options {
s.setValue(k, i.second);
}
s.endGroup();
+ s.sync();
}
template<typename t>