summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test-geoData.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test-geoData.cpp b/test/test-geoData.cpp
index 0a2de8d..fb9aba0 100644
--- a/test/test-geoData.cpp
+++ b/test/test-geoData.cpp
@@ -244,9 +244,7 @@ BOOST_DATA_TEST_CASE(deform, loadFixtureJson<DeformTerrainData>("geoData/deform/
void
content(const SceneShader & shader) const override
{
- glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
terrain.render(shader);
- glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
}
void