Skip to content

Commit

Permalink
Window resize fix. (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wc4ever authored Mar 13, 2024
1 parent 7385c7f commit e1775d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WickedEngine/wiApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ namespace wi
}
wi::graphics::GetDevice() = graphicsDevice.get();

rendertarget = {};
canvas.init(window);

SwapChainDesc desc;
Expand Down

0 comments on commit e1775d1

Please sign in to comment.