mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
typo fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user