summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/storage/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gles3/storage/config.h')
-rw-r--r--drivers/gles3/storage/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gles3/storage/config.h b/drivers/gles3/storage/config.h
index b2dd98f025..3b097f8e66 100644
--- a/drivers/gles3/storage/config.h
+++ b/drivers/gles3/storage/config.h
@@ -63,8 +63,7 @@ public:
int64_t max_renderable_lights = 0;
int64_t max_lights_per_object = 0;
- // TODO implement wireframe in OpenGL
- // bool generate_wireframes;
+ bool generate_wireframes = false;
HashSet<String> extensions;