diff --git a/MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.cpp b/MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.cpp index 3987d01f..9a075c7b 100644 --- a/MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.cpp +++ b/MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.cpp @@ -93,7 +93,7 @@ namespace MG_Diligent { GLFramebufferInfo& fbInfo) { uint64_t hash = 0; - MG_Global::unordered_map capabilities = commonState.capabilities; + auto& capabilities = commonState.capabilities; hash ^= std::hash()(commonState.blendSrcRGB); hash ^= std::hash()(commonState.blendDstRGB);