build: fix clang builds
This commit is contained in:
parent
8dece62df6
commit
61036ecadc
1 changed files with 1 additions and 1 deletions
|
|
@ -1466,7 +1466,7 @@ void PlayerHitboxEnumerator::update (edict_t *ent) {
|
|||
parts->feet.z = ent->v.origin.z - kStandFeet;
|
||||
}
|
||||
|
||||
auto getHitbox = [&kInvalidHitbox] (studiohdr_t *hdr, mstudiobbox_t *bb, int part) {
|
||||
auto getHitbox = [&] (studiohdr_t *hdr, mstudiobbox_t *bb, int part) {
|
||||
int hitbox = kInvalidHitbox;
|
||||
|
||||
for (auto i = 0; i < hdr->numhitboxes; ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue