aboutsummaryrefslogtreecommitdiff
path: root/src/queue_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue_context.cc')
-rw-r--r--src/queue_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue_context.cc b/src/queue_context.cc
index 0356c5c..84b06fe 100644
--- a/src/queue_context.cc
+++ b/src/queue_context.cc
@@ -115,7 +115,7 @@ bool QueueContext::should_inject_timestamps() const {
}
// Don't do it if we've been marked as 'out of band' by nvidia's extension.
- if (this->should_ignore_latency) {
+ if (this->is_out_of_band) {
return false;
}