summaryrefslogtreecommitdiff
path: root/engine/src/window.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-11-24 21:04:30 +0100
committerHampusM <hampus@hampusmat.com>2024-11-24 21:04:30 +0100
commit09b9f3c1cbd93c75b2fe69257b278ad3f993adf4 (patch)
tree8de3ad13c46ec6856e81dc75c047facc11c747c2 /engine/src/window.rs
parentb233ff766a2e399a0a48a98e1f2121e960254950 (diff)
refactor(engine): remove 'debug' crate feature flag
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(