remove secf using

This commit is contained in:
2019-11-14 03:31:25 +07:00
parent f0704363cb
commit 503c52b0c5
8 changed files with 25 additions and 25 deletions

View File

@@ -51,7 +51,7 @@ namespace
e.ensure_component<spine_player_cmd>()
.add_command(spine_player_cmd::set_anim_cmd(1, "gun-grab"))
.add_command(spine_player_cmd::add_anim_cmd(1, "gun-holster")
.delay(secf(3.f)));
.delay(3.f));
}
});
}