Skip to content

Commit

Permalink
Make immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Oct 4, 2023
1 parent 081bd37 commit 6c502a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public final class OctreeComponent: Component {
}

public required init() {}
public static var componentID: ComponentID = ComponentID()
public static let componentID = ComponentID()
}

// MARK: - Helpers
Expand Down

0 comments on commit 6c502a4

Please sign in to comment.