mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
d8d6a4d00a
commit
89077c3233
|
@ -1 +1 @@
|
|||
Subproject commit 0a4e8c360ebbdec3e1dc888a3907d5fe5ce59f4c
|
||||
Subproject commit 9cd4b22c8ae4e9be2dc37fdb16bf54287b921774
|
|
@ -1 +1 @@
|
|||
Subproject commit 3fb2a275721ea170abe2785a7eba454af7a99f4b
|
||||
Subproject commit 0b6f3cac3467ddd125d03d335001d29c2e28cb7c
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue