summaryrefslogtreecommitdiff
path: root/engine/src/work_queue.rs
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/work_queue.rs')
-rw-r--r--engine/src/work_queue.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/work_queue.rs b/engine/src/work_queue.rs
index 494d2b5..765aec3 100644
--- a/engine/src/work_queue.rs
+++ b/engine/src/work_queue.rs
@@ -32,7 +32,7 @@ impl<UserData: Send + Sync + 'static> WorkQueue<UserData>
Self {
work_sender,
- thread_panic: thread_panic,
+ thread_panic,
_thread: ThreadBuilder::new()
.name(name.to_string())
.spawn(move || {