2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:04:56 +00:00

Update boo; fix viewport/scissor in main loop

This commit is contained in:
2021-05-25 19:14:58 -04:00
parent 6da000e332
commit 7d0524ca82
2 changed files with 3 additions and 2 deletions

View File

@@ -351,7 +351,8 @@ public:
m_window->waitForRetrace();
boo::SWindowRect& rect = m_windowCallback.m_lastRect;
boo::SWindowRect rect = m_windowCallback.m_lastRect;
rect.location = {0, 0};
boo::IGraphicsCommandQueue* gfxQ = m_window->getCommandQueue();
if (m_windowCallback.m_rectDirty) {
gfxQ->resizeRenderTexture(m_renderTex, rect.size[0], rect.size[1]);

2
extern/boo vendored

Submodule extern/boo updated: 78028c6237...d302532fe1