summaryrefslogtreecommitdiff
path: root/engine/src/window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/window.rs')
-rw-r--r--engine/src/window.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/window.rs b/engine/src/window.rs
index ccc1b8d..b65831a 100644
--- a/engine/src/window.rs
+++ b/engine/src/window.rs
@@ -205,7 +205,7 @@ impl Builder
{
let builder = self.inner.clone().hint(
CreationHint::OpenGLDebugContext,
- CreationHintValue::Bool(cfg!(feature = "debug")),
+ CreationHintValue::Bool(true),
);
let window = builder.create(