Added info message in case of rewinding.

This commit is contained in:
hiker 2016-09-21 17:33:37 +10:00
parent 1651d28a4c
commit f0b5f41fc7

View File

@ -278,7 +278,7 @@ void RewindManager::rewindTo(float rewind_time)
{
assert(!m_is_rewinding);
m_is_rewinding = true;
Log::info("rewind", "Rewinding to %f", rewind_time);
history->doReplayHistory(History::HISTORY_NONE);
// First find the state to which we need to rewind