diff --git a/imgui-gfx-renderer/src/lib.rs b/imgui-gfx-renderer/src/lib.rs index c6bfa94..67728d3 100644 --- a/imgui-gfx-renderer/src/lib.rs +++ b/imgui-gfx-renderer/src/lib.rs @@ -76,7 +76,7 @@ impl Renderer { [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,