mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
D3D9: Fixed resolution update.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user