Browse Source

Physics: very minor code cleanup.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
1e383e3d70
  1. 1
      src/Physics/AbstractShape.h

1
src/Physics/AbstractShape.h

@ -130,7 +130,6 @@ template<UnsignedInt dimensions> class MAGNUM_PHYSICS_EXPORT AbstractShape {
virtual bool collides(const AbstractShape<dimensions>* other) const;
};
/** @brief Abstract two-dimensional shape */
typedef AbstractShape<2> AbstractShape2D;

Loading…
Cancel
Save