X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FCharacter.hh;h=21734228b3ab005698cba8f5e20b059e8d7c38d0;hp=28e588b627da8ccc0b45b49dc80cbac1b37fc258;hb=2d77fb5fb3480f522658f30af6addd5146530517;hpb=64e3c3202d2c1956759fb4da36ca329816c9369a diff --git a/src/Character.hh b/src/Character.hh index 28e588b..2173422 100644 --- a/src/Character.hh +++ b/src/Character.hh @@ -68,7 +68,7 @@ public: void addForce(Mf::Vector2 force); void setPosition(Mf::Vector2 position); - virtual int getOctant(const Mf::Aabb& aabb) const; + virtual int getOctant(const Mf::Aabb<3>& aabb) const; Tilemap tilemap; Animation animation;