X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FeffectManager.cpp;h=a75e5d83a2ecb45267d3851d45463cf5139ccf44;hb=9ae1c0798cff2d1ed816bccb0723bd5a4ca97194;hp=c59deccf2e9e92faf9e246d1f2e84727cc73ca47;hpb=f103ba70ea4095f42852cbfca9e5525737db8efb;p=physics.git diff --git a/src/effectManager.cpp b/src/effectManager.cpp index c59decc..a75e5d8 100644 --- a/src/effectManager.cpp +++ b/src/effectManager.cpp @@ -39,11 +39,10 @@ GravityWell* mouseWell; void effect::init() { - mouseWell = new GravityWell(input::mousePosition()); + mouseWell = new GravityWell(Vector2(0,0)); active_Effects.insert(new Screen()); active_Effects.insert(new Gravity()); - active_Effects.insert(mouseWell); } void effect::clean() {