Skip to content

Commit 50dccf8

Browse files
committed
cargo cult
1 parent f976903 commit 50dccf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/renderer/tr_surface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ void Tess_SurfaceIQM( srfIQModel_t *surf ) {
13581358
};
13591359

13601360
for ( int i = 0; i < num_threads; i++ ) {
1361-
threads.emplace_back( process, i );
1361+
threads.emplace_back( std::ref( process ), i );
13621362
}
13631363

13641364
for ( auto& thread : threads ) {

0 commit comments

Comments
 (0)