diff --git a/libraries/gpu/src/gpu/Context.cpp b/libraries/gpu/src/gpu/Context.cpp index f4f398b6d7..78a6a6f607 100644 --- a/libraries/gpu/src/gpu/Context.cpp +++ b/libraries/gpu/src/gpu/Context.cpp @@ -32,5 +32,5 @@ bool Context::makeProgram(Shader& shader, const Shader::BindingSet& bindings) { } void Context::enqueueBatch(Batch& batch) { - GLBackend::renderBatch(batch); + GLBackend::renderBatch(batch, true); }