mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-15 17:45:56 +00:00
typo fix
This commit is contained in:
parent
3b7a5781f5
commit
5c52877549
@ -830,7 +830,7 @@ public:
|
||||
});
|
||||
initcv.wait(outerLk);
|
||||
|
||||
m_dataFactory = _NewVulkanDataFactory(Sthis, m_ctx, m_drawSamples);
|
||||
m_dataFactory = _NewVulkanDataFactory(this, m_ctx, m_drawSamples);
|
||||
m_commandQueue = _NewVulkanCommandQueue(m_ctx, m_ctx->m_windows[m_parentWindow].get(), this);
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user