diff --git a/source/enemy.cpp b/source/enemy.cpp index 20e7f54..ce17644 100644 --- a/source/enemy.cpp +++ b/source/enemy.cpp @@ -53,7 +53,7 @@ void Enemy::render() void Enemy::update() { sprite->update(); - sprite->animate(); + //sprite->animate(); checkPath(); collider = getRect(); }