Skip to content

Commit

Permalink
Linux compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Sep 20, 2024
1 parent 26c1b4f commit 1f18a2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/GeoDrawer/GeoDrawer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ extension GeoDrawer {
self.alpha = alpha
}

public let red: Double
public let green: Double
public let blue: Double
public let alpha: Double
public var red: Double
public var green: Double
public var blue: Double
public var alpha: Double

public func copy(alpha: Double) -> Self? {
guard alpha != self.alpha else { return nil }
Expand Down

0 comments on commit 1f18a2e

Please sign in to comment.