mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
Official iOS/iPadOS/visionOS/tvOS support
This commit is contained in:
@ -52,7 +52,7 @@ public struct AABB {
|
||||
}
|
||||
|
||||
public extension AABB {
|
||||
public static func + (lhs: Self, rhs: SIMD3<Float>) -> Self {
|
||||
static func + (lhs: Self, rhs: SIMD3<Float>) -> Self {
|
||||
.init(bounds: lhs._bounds + .init(rhs, rhs))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user