Skip to content

Commit

Permalink
Fix d3d not properly resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskr97 committed Oct 25, 2021
1 parent 5fc701d commit 3fe632b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RageUtil/Graphics/RageDisplay_D3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ RageDisplay_D3D::TryVideoMode(const VideoMode& _p, bool& bNewDeviceOut)
-> std::string
{
auto p = _p;
window->setVideoMode(p);
Locator::getLogger()->warn("RageDisplay_D3D::TryVideoMode( {}, {}, {}, {}, {} )",
static_cast<int>(!p.isFullscreen),
p.width,
Expand Down

0 comments on commit 3fe632b

Please sign in to comment.