Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ddok committed May 14, 2019
1 parent 8628744 commit c4cba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alloy/Encoders/TextureSum.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class TextureSum {
let input1 = self.inputTexture1,
let input2 = self.inputTexture2,
let output = self.outputTexture
else { return }
else { return }

encoder.set(textures: [input1, input2, output])

Expand Down

0 comments on commit c4cba8a

Please sign in to comment.