[MetaballsKit] Make Field initializer public
This commit is contained in:
parent
440ed1b3f3
commit
0dd6604fce
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public struct Field {
|
|||
return CGRect(origin: CGPoint(), size: size)
|
||||
}
|
||||
|
||||
init(size s: CGSize) {
|
||||
public init(size s: CGSize) {
|
||||
size = s
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue