diff --git a/hecl/extern/libBoo b/hecl/extern/libBoo index 11cc456b4..aa787eb42 160000 --- a/hecl/extern/libBoo +++ b/hecl/extern/libBoo @@ -1 +1 @@ -Subproject commit 11cc456b4ee4dfcd2e874ce1a205d68d4395eee1 +Subproject commit aa787eb427a58d87bdc56c9d991058d7128c5424 diff --git a/hecl/test/main.cpp b/hecl/test/main.cpp index 1ed461086..fca23c2b6 100644 --- a/hecl/test/main.cpp +++ b/hecl/test/main.cpp @@ -143,7 +143,7 @@ struct HECLApplicationCallback : boo::IApplicationCallback /* Assemble data binding */ binding = testData.newShaderDataBindng(gfxF, testShaderObj, 1, (boo::IGraphicsBuffer**)&vubo, 1, &texture); - boo::IGraphicsDataToken data = gfxF->commit(); + boo::GraphicsDataToken data = gfxF->commit(); /* Return control to main thread */ innerLk.unlock();