mirror of
				https://github.com/GayPizzaSpecifications/voxelotl-engine.git
				synced 2025-11-03 18:49:38 +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