mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-15 11:51:27 +00:00
Fix compiling of booTest
This commit is contained in:
parent
578432eb2f
commit
c7d878a755
@ -281,7 +281,7 @@ struct TestApplicationCallback : IApplicationCallback
|
||||
{
|
||||
IGraphicsDataFactory* factory = self->mainWindow->getLoadContextDataFactory();
|
||||
|
||||
factory->commitTransaction([&](IGraphicsDataFactory::Context& ctx) -> bool
|
||||
factory->BooCommitTransaction([&](IGraphicsDataFactory::Context& ctx)
|
||||
{
|
||||
/* Create render target */
|
||||
int x, y, w, h;
|
||||
|
Loading…
x
Reference in New Issue
Block a user