Add prefix for log messages during a rewind.
This commit is contained in:
parent
6162be9432
commit
54fdd2d586
@ -236,7 +236,9 @@ void RewindManager::playEventsTill(float time, float *dt)
|
||||
|
||||
if (needs_rewind)
|
||||
{
|
||||
Log::setPrefix("Rewind");
|
||||
rewindTo(rewind_time);
|
||||
Log::setPrefix("");
|
||||
}
|
||||
|
||||
// This is necessary to avoid that rewinding an event will store the
|
||||
|
Loading…
Reference in New Issue
Block a user