diff --git a/gfx/drivers_context/wgl_ctx.cpp b/gfx/drivers_context/wgl_ctx.cpp index 4fb452c70d..dd014edcfd 100644 --- a/gfx/drivers_context/wgl_ctx.cpp +++ b/gfx/drivers_context/wgl_ctx.cpp @@ -462,7 +462,7 @@ static uint32_t gfx_ctx_wgl_get_flags(void *data) { BIT32_SET(flags, GFX_CTX_FLAGS_NONE); } - return falgs; + return flags; } static void gfx_ctx_wgl_set_flags(void *data, uint32_t flags)