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

Update submodules

This commit is contained in:
Jack Andersen
2015-11-27 12:17:09 -10:00
parent d8d6a4d00a
commit 89077c3233
3 changed files with 3 additions and 2 deletions

2
hecl/extern/Athena vendored

Submodule hecl/extern/Athena updated: 0a4e8c360e...9cd4b22c8a

2
hecl/extern/libBoo vendored

Submodule hecl/extern/libBoo updated: 3fb2a27572...0b6f3cac34

View File

@@ -188,6 +188,7 @@ struct HECLApplicationCallback : boo::IApplicationCallback
r.location[0] = 0;
r.location[1] = 0;
gfxQ->setViewport(r);
gfxQ->setScissor(r);
float rgba[] = {sinf(frameIdx / 60.0), cosf(frameIdx / 60.0), 0.0, 1.0};
gfxQ->setClearColor(rgba);
gfxQ->clearTarget();