mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 20:08:31 +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],
|
[0.0, 0.0, -1.0, 0.0],
|
||||||
[-1.0, 1.0, 0.0, 1.0]],
|
[-1.0, 1.0, 0.0, 1.0]],
|
||||||
tex: (texture, sampler),
|
tex: (texture, sampler),
|
||||||
out,
|
out: out,
|
||||||
scissor: Rect {
|
scissor: Rect {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user