We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12eb730 commit 1a1f6f5Copy full SHA for 1a1f6f5
VCMP-LUA/vcmpWrap/Modules/CPR/Remote.cpp
@@ -134,7 +134,7 @@ void Remote::Process(float elapsedTime)
134
if (s_Container.size() == 0) return;
135
using namespace std::chrono_literals;
136
137
- for (auto& it = s_Container.begin(); it != s_Container.end(); it++)
+ for (auto it = s_Container.begin(); it != s_Container.end(); it++)
138
{
139
if (it->future.wait_for(0s) == std::future_status::ready)
140
0 commit comments