From f57dfc925bfeaec772c4eac88995e87262fe357f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 24 Aug 2023 10:16:38 +0200 Subject: wip --- editor/imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/imgui.cpp b/editor/imgui.cpp index e49b9120..fbf7ab83 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -252,7 +252,7 @@ void app::draw_lightmap_test() //constexpr auto img_size = 1 / Vector2(lightmap_shader::max_chunks); if (ImGui::Begin("Lightmap", &is_open, flags)) { - ImGui::Image(&shader.scratch_texture(), preview_size, {0, 0}, {1, 1}); + ImGui::Image(&shader.accum_texture(), preview_size, {0, 0}, {1, 1}); ImGui::End(); } if (!is_open) -- cgit v1.2.3