mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-25 23:49:03 +00:00
fix compile errors
This commit is contained in:
@@ -19,7 +19,6 @@ namespace BBM
|
||||
{
|
||||
auto &model = entity.get<Drawable3DComponent>();
|
||||
auto &anim = entity.get<AnimationsComponent>();
|
||||
static int count = 0;
|
||||
|
||||
if (anim.skipNext) {
|
||||
anim.skipNext = false;
|
||||
|
||||
Reference in New Issue
Block a user