diff options
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/imgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
