Remove unintended struct field shorthand

This commit is contained in:
Joonas Javanainen 2017-06-17 15:07:08 +03:00
parent aa606f9111
commit d9fdf9b58b
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -76,7 +76,7 @@ impl<R: Resources> Renderer<R> {
[0.0, 0.0, -1.0, 0.0],
[-1.0, 1.0, 0.0, 1.0]],
tex: (texture, sampler),
out,
out: out,
scissor: Rect {
x: 0,
y: 0,