mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
Fix compiling of booTest
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user