diff options
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r-- | tests/csgtestcore.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 1a414d5..29f92e4 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -240,7 +240,6 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) fprintf(stderr,"Can't create OpenGL OffscreenView. Code: %i. Exiting.\n", error); exit(1); } - csgInfo.glview->enable_opencsg_shaders(); if (sysinfo_dump) cout << info_dump(csgInfo.glview); Vector3d center(0,0,0); |