mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Remove unintended struct field shorthand
This commit is contained in:
parent
aa606f9111
commit
d9fdf9b58b
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user