win32: fix x/y scale types

This commit is contained in:
OV2 2013-04-04 23:21:54 +02:00
parent cf92211254
commit a49f0ef576

View File

@ -933,9 +933,9 @@ void D3DVideo::init_chain_multipass(const video_info_t &info)
}
else
{
if (conf.get(attr_type_x, attr))
if (conf.get(attr_type_x, attr_x))
has_scale = true;
if (conf.get(attr_type_y, attr))
if (conf.get(attr_type_y, attr_y))
has_scale = true;
}