diff --git a/eo/src/utils/eoUpdater.h b/eo/src/utils/eoUpdater.h index 32b800db..593c6aa4 100644 --- a/eo/src/utils/eoUpdater.h +++ b/eo/src/utils/eoUpdater.h @@ -95,7 +95,7 @@ public : eoCountedStateSaver(unsigned _interval, const eoState& _state, std::string _prefix = "state", std::string _extension = "sav") : state(_state), interval(_interval), counter(0), - saveOnLastCall(false), + saveOnLastCall(true), prefix(_prefix), extension(_extension) {} virtual void lastCall(void);