diff --git a/Editor/ViewManager.cpp b/Editor/ViewManager.cpp index 10329717a..5c7b6d537 100644 --- a/Editor/ViewManager.cpp +++ b/Editor/ViewManager.cpp @@ -100,7 +100,7 @@ void ViewManager::ParticleView::draw(boo::IGraphicsCommandQueue *gfxQ) m_vm.m_modelTest->Draw(flags); m_spaceWarpFilter.setStrength(std::sin(m_theta * 5.f) * 0.5f + 0.5f); - //m_spaceWarpFilter.draw(zeus::CVector2f{0.f, 0.f}); + m_spaceWarpFilter.draw(zeus::CVector2f{0.f, 0.f}); } if (m_vm.m_partGen) { diff --git a/hecl b/hecl index e5a19203f..9bd498c51 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit e5a19203f99b180beb27660f480b9192ea6fcff2 +Subproject commit 9bd498c5116954a839f97230ad44f75d35c69ec9