Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed May 29, 2024
1 parent f07edd8 commit 6976867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/vgerSwift/VgerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public struct VgerView: UIViewRepresentable {
struct VgerView_Previews: PreviewProvider {
static var previews: some View {
VgerView(renderCallback: { vger, _ in
vgerText(vger, "hello world", SIMD4<Float>(repeating: 1), 0)
vgerText(vger, "hello world", .init(repeating: 1), 0)
})
}
}

0 comments on commit 6976867

Please sign in to comment.