This commit is contained in:
2022-08-17 05:01:51 +00:00
parent 7aef7afc90
commit 5823947fb4
8 changed files with 58 additions and 61 deletions

View File

@@ -32,8 +32,8 @@ struct phys2d_segment {
struct phys2d_box {
float w;
float h;
float r;
float offset[2];
float r;
struct phys2d_shape shape;
};