mirror of https://github.com/AxioDL/boo.git
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();
|
IGraphicsDataFactory* factory = self->mainWindow->getLoadContextDataFactory();
|
||||||
|
|
||||||
factory->commitTransaction([&](IGraphicsDataFactory::Context& ctx) -> bool
|
factory->BooCommitTransaction([&](IGraphicsDataFactory::Context& ctx)
|
||||||
{
|
{
|
||||||
/* Create render target */
|
/* Create render target */
|
||||||
int x, y, w, h;
|
int x, y, w, h;
|
||||||
|
|
Loading…
Reference in New Issue