mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-08 11:44:21 -04:00
Fix formatting
This commit is contained in:
parent
436d792544
commit
a658bcf5b9
@ -311,10 +311,7 @@ pub const Model = struct {
|
|||||||
const maxBlockZ = @as(f32, @floatFromInt(boxMax[2]))/meshGridSize;
|
const maxBlockZ = @as(f32, @floatFromInt(boxMax[2]))/meshGridSize;
|
||||||
const max = Vec3f{maxBlockX, maxBlockY, maxBlockZ};
|
const max = Vec3f{maxBlockX, maxBlockY, maxBlockZ};
|
||||||
|
|
||||||
self.collision[i] = AABB {
|
self.collision[i] = AABB{.min = min, .max = max};
|
||||||
.min = min,
|
|
||||||
.max = max
|
|
||||||
};
|
|
||||||
i += 1;
|
i += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user