From 9c678a3abd838b1712bf22863e09a9965115e22f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 5 Apr 2015 18:21:25 +0200 Subject: [PATCH] (D3D) Buildfix #2 --- gfx/d3d/d3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/d3d/d3d.cpp b/gfx/d3d/d3d.cpp index 61562370aa..cf46baafc3 100644 --- a/gfx/d3d/d3d.cpp +++ b/gfx/d3d/d3d.cpp @@ -1810,7 +1810,7 @@ static bool d3d_set_shader(void *data, } std::string old_shader = d3d->shader_path; - d3d->shader_pat = shader; + d3d->shader_path = shader; if (!d3d_process_shader(d3d) || !d3d_restore(d3d)) {