Skip to content

Commit e9c83ec

Browse files
committed
fix tests
1 parent 293a154 commit e9c83ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meshes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Otherwise all of them will be converted with `clear_faceviews(mesh)`.
240240
"""
241241
function Base.merge(meshes::AbstractVector{<:Mesh})
242242
return if isempty(meshes)
243-
return Mesh{3, Float32, GLTriangleFace, Vector{GLTriangleFace}}(Point3f[], GLTriangleFace[])
243+
return Mesh(Point3f[], GLTriangleFace[])
244244

245245
elseif length(meshes) == 1
246246
return meshes[1]

0 commit comments

Comments
 (0)