Skip to content

Commit 7b9a8c2

Browse files
committed
Format source
1 parent c732e59 commit 7b9a8c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Source/Managers/MovableMan.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,12 +1368,12 @@ void MovableMan::Update() {
13681368

13691369
{
13701370
auto actorsSeeFuture = g_ThreadMan.GetPriorityThreadPool().parallelize_loop(m_Actors.size(),
1371-
[&](int start, int end) {
1372-
ZoneScopedN("Actors See");
1373-
for (int i = start; i < end; ++i) {
1374-
m_Actors[i]->CastSeeRays();
1375-
}
1376-
});
1371+
[&](int start, int end) {
1372+
ZoneScopedN("Actors See");
1373+
for (int i = start; i < end; ++i) {
1374+
m_Actors[i]->CastSeeRays();
1375+
}
1376+
});
13771377

13781378
{
13791379
ZoneScopedN("Actors Update");

0 commit comments

Comments
 (0)