Cleanup: use static vars where appropriate

This commit is contained in:
2017-08-01 09:06:34 +10:00
parent 2b7edb77c9
commit a372638a76
34 changed files with 69 additions and 27 deletions

View File

@@ -246,4 +246,4 @@ void RenderLayersDepthProg::executePixelSampled(float output[4], float x, float
unsigned int offset = (iy * this->getWidth() + ix);
output[0] = inputBuffer[offset];
}
}
}