SVN commit 1083272 by beatwolf: fix eigen problem M +1 -0 engine.h --- trunk/playground/base/plasma/wallpapers/particles/engine.h #1083271:1083272 @@ -27,6 +27,7 @@ struct particle{ Eigen::Vector2d p; Eigen::Vector2d dir; + EIGEN_MAKE_ALIGNED_OPERATOR_NEW }; struct gravityPoint{