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

@ -1 +1 @@
Subproject commit 0a4e8c360ebbdec3e1dc888a3907d5fe5ce59f4c
Subproject commit 9cd4b22c8ae4e9be2dc37fdb16bf54287b921774

2
hecl/extern/libBoo vendored

@ -1 +1 @@
Subproject commit 3fb2a275721ea170abe2785a7eba454af7a99f4b
Subproject commit 0b6f3cac3467ddd125d03d335001d29c2e28cb7c

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