mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Buffer pool refactor
This commit is contained in:
@@ -11,7 +11,7 @@ TextField::TextField(ViewResources& res, View& parentView, IStringBinding* strBi
|
||||
commitResources(res, [&](boo::IGraphicsDataFactory::Context& ctx) -> bool
|
||||
{
|
||||
buildResources(ctx, res);
|
||||
m_vertsBinding.init(ctx, res, 41, *m_viewVertBlockBuf);
|
||||
m_vertsBinding.init(ctx, res, 41, m_viewVertBlockBuf);
|
||||
return true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user