2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 12:27:43 +00:00

Update submodules

This commit is contained in:
Jack Andersen
2015-11-30 14:35:08 -10:00
parent 69788ac273
commit add7ba1bdf
3 changed files with 2 additions and 3 deletions

2
hecl/extern/Athena vendored

Submodule hecl/extern/Athena updated: 3dbc746ddd...87013ab673

2
hecl/extern/libBoo vendored

Submodule hecl/extern/libBoo updated: 41256d2673...c34b93f00f

View File

@@ -196,7 +196,6 @@ struct HECLApplicationCallback : boo::IApplicationCallback
vuboData.modelview[3][0] = sinf(frameIdx / 60.0) * 0.5;
vuboData.modelview[3][1] = cosf(frameIdx / 60.0) * 0.5;
vubo->load(&vuboData, sizeof(vuboData));
gfxQ->flushBufferUpdates();
gfxQ->setShaderDataBinding(binding);
gfxQ->draw(0, 4);