mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
Removed unused uniform.
This commit is contained in:
parent
b7910cfe74
commit
18256a657e
1 changed files with 0 additions and 1 deletions
|
@ -558,7 +558,6 @@ void DefaultMetavoxelRendererImplementation::init() {
|
|||
|
||||
_heightfieldCursorProgram.bind();
|
||||
_heightfieldCursorProgram.setUniformValue("heightMap", 0);
|
||||
_heightfieldCursorProgram.setUniformValue("cursorMap", 1);
|
||||
_cursorHeightScaleLocation = _heightfieldCursorProgram.uniformLocation("heightScale");
|
||||
_heightfieldCursorProgram.release();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue