D3D9: Fixed resolution update.

This commit is contained in:
Branimir Karadžić 2015-10-29 10:58:45 -07:00
parent ef6c0ac855
commit e99a7688e6

View file

@ -1241,8 +1241,6 @@ namespace bgfx { namespace d3d9
m_params.MultiSampleType = msaa.m_type;
m_params.MultiSampleQuality = msaa.m_quality;
m_resolution = _resolution;
preReset();
DX_CHECK(m_device->Reset(&m_params) );
postReset();