Retain Win32 entry state and trim canvas/platform seams
This commit is contained in:
@@ -769,9 +769,7 @@ void NodeCanvas::draw()
|
||||
for (auto& mode : Canvas::modes[(int)kCanvasMode::Grid])
|
||||
mode->on_Draw(ortho_proj, proj, camera);
|
||||
},
|
||||
.draw_heightmap = [&] {
|
||||
App::I->grid->draw_heightmap(proj, camera, false);
|
||||
},
|
||||
.draw_heightmap = pp::panopainter::make_legacy_canvas_draw_merge_heightmap_draw(App::I->grid, proj, camera),
|
||||
.draw_current_modes = [&] {
|
||||
for (auto& mode : *m_canvas->m_mode)
|
||||
mode->on_Draw(ortho_proj, proj, camera);
|
||||
|
||||
Reference in New Issue
Block a user