1097: Fix bad copy/paste in #907 r=grovesNL a=VincentFTS

**Connections**
#907

**Description**
Fix a copy/paste from dx11 code.



Co-authored-by: Vincent Jousse <contact@ftsoftware.fr>
This commit is contained in:
bors[bot]
2020-12-18 20:44:04 +00:00
committed by GitHub

View File

@@ -743,7 +743,7 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
#[cfg(dx11)]
map(("Dx11", &mut id_dx11, adapters_dx11, backend::Dx11::hub)),
#[cfg(gl)]
map(("GL", &mut id_dx11, adapters_gl, backend::Gl::hub)),
map(("GL", &mut id_gl, adapters_gl, backend::Gl::hub)),
}
let _ = (