2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 08:27:42 +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

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);