remove unused variable

This commit is contained in:
Sam Gateau 2019-09-30 09:24:37 -07:00
parent c8663f7fe6
commit 9b8d159873

View file

@ -176,7 +176,6 @@ void RenderThread::renderFrame(gpu::FramePointer& frame) {
#ifdef USE_GL
static gpu::BatchPointer batch = nullptr;
float scale = 1.0;
if (!batch) {
batch = std::make_shared<gpu::Batch>();
batch->setPipeline(_presentPipeline);