mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 22:53:32 +02:00
remove unused variable
This commit is contained in:
parent
c8663f7fe6
commit
9b8d159873
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue