Skip to content

Commit

Permalink
fixed: value not used warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoVillanova committed Aug 15, 2017
1 parent c616423 commit 5139ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/LiquidLoadEffect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class LiquidLoadEffect : NSObject {
shadowCircle?.center = movePos
circles.each { circle in
if self.moveCircle != nil {
self.engine?.push(self.moveCircle!, other: circle)
_ = self.engine?.push(self.moveCircle!, other: circle)
}
}

Expand Down

0 comments on commit 5139ccf

Please sign in to comment.