mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:30:05 +00:00
Don't create unused variables returned from TimelineManager::SelectTime
This commit is contained in:
parent
4471843f8b
commit
ae91686d4c
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ void TimelineManager::Impl::PlaySync()
|
|||
|
||||
// Select the time
|
||||
auto selectTimeStart = std::chrono::steady_clock::now();
|
||||
auto [volumeTimeUpdated, selectedTimeUpdated] = SelectTime(newTime);
|
||||
SelectTime(newTime);
|
||||
auto selectTimeEnd = std::chrono::steady_clock::now();
|
||||
auto elapsedTime = selectTimeEnd - selectTimeStart;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue