diff --git a/hecl/extern/Athena b/hecl/extern/Athena index 0a4e8c360..9cd4b22c8 160000 --- a/hecl/extern/Athena +++ b/hecl/extern/Athena @@ -1 +1 @@ -Subproject commit 0a4e8c360ebbdec3e1dc888a3907d5fe5ce59f4c +Subproject commit 9cd4b22c8ae4e9be2dc37fdb16bf54287b921774 diff --git a/hecl/extern/libBoo b/hecl/extern/libBoo index 3fb2a2757..0b6f3cac3 160000 --- a/hecl/extern/libBoo +++ b/hecl/extern/libBoo @@ -1 +1 @@ -Subproject commit 3fb2a275721ea170abe2785a7eba454af7a99f4b +Subproject commit 0b6f3cac3467ddd125d03d335001d29c2e28cb7c diff --git a/hecl/test/main.cpp b/hecl/test/main.cpp index 93afb1f3c..43a7c50d0 100644 --- a/hecl/test/main.cpp +++ b/hecl/test/main.cpp @@ -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();