mirror of
https://github.com/NASAWorldWind/WebWorldWind.git
synced 2026-01-25 15:23:04 +00:00
Corrected re-enablement of depth testing in Text.
This commit is contained in:
parent
69ff5f70c9
commit
ade9f85c7d
@ -562,7 +562,7 @@ define([
|
||||
gl.drawArrays(gl.TRIANGLE_STRIP, 0, 4);
|
||||
if (!this.activeAttributes.depthTest) {
|
||||
// Turn depth testing back on.
|
||||
gl.disable(gl.DEPTH_TEST, true);
|
||||
gl.enable(gl.DEPTH_TEST, true);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user