You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO - this null check really shouldn't be required. There's almost definitely an issue where the actor update can somehow fuck with this mid-update
1388
-
// this is VERY bad, and needs investigation!
1389
-
if (m_Actors[i]) {
1390
-
m_Actors[i]->CastSeeRays();
1391
-
}
1387
+
// TODO - this null check really shouldn't be required. There's almost definitely an issue where the actor update can somehow fuck with this mid-update
0 commit comments