(D3D) Buildfix #2

This commit is contained in:
twinaphex 2015-04-05 18:21:25 +02:00
parent 6927d6e47c
commit 9c678a3abd

View File

@ -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))
{