mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 20:23:04 +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.bind();
|
||||||
_heightfieldCursorProgram.setUniformValue("heightMap", 0);
|
_heightfieldCursorProgram.setUniformValue("heightMap", 0);
|
||||||
_heightfieldCursorProgram.setUniformValue("cursorMap", 1);
|
|
||||||
_cursorHeightScaleLocation = _heightfieldCursorProgram.uniformLocation("heightScale");
|
_cursorHeightScaleLocation = _heightfieldCursorProgram.uniformLocation("heightScale");
|
||||||
_heightfieldCursorProgram.release();
|
_heightfieldCursorProgram.release();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue