Merge remote-tracking branch 'origin'

This commit is contained in:
2025-10-06 21:19:44 +01:00
4 changed files with 138 additions and 84 deletions

View File

@@ -479,7 +479,7 @@ int main(int argc, char **argv)
.texture=0,
.dim=game->world->hitboxes[i].size,
.flags=D_RECT_IGNORE_ASPECT,
.c=V4F(100,0,0,0.7),
.c=V4F(100,0,0,0.7f),
);
}
break;