Added info message in case of rewinding.
This commit is contained in:
parent
1651d28a4c
commit
f0b5f41fc7
@ -278,7 +278,7 @@ void RewindManager::rewindTo(float rewind_time)
|
|||||||
{
|
{
|
||||||
assert(!m_is_rewinding);
|
assert(!m_is_rewinding);
|
||||||
m_is_rewinding = true;
|
m_is_rewinding = true;
|
||||||
|
Log::info("rewind", "Rewinding to %f", rewind_time);
|
||||||
history->doReplayHistory(History::HISTORY_NONE);
|
history->doReplayHistory(History::HISTORY_NONE);
|
||||||
|
|
||||||
// First find the state to which we need to rewind
|
// First find the state to which we need to rewind
|
||||||
|
Loading…
Reference in New Issue
Block a user