fix action history with frames
This commit is contained in:
@@ -139,7 +139,7 @@ void NodePanelGrid::init_controls()
|
||||
{
|
||||
Canvas::I->draw_objects([this](const glm::mat4& camera, const glm::mat4& proj, int i) {
|
||||
draw_heightmap(proj, camera, true);
|
||||
});
|
||||
}, Canvas::I->layer().m_frame_index, true);
|
||||
m_groud_opacity->set_value(0);
|
||||
};
|
||||
m_hm_texres->on_select = [this](Node*, int index) {
|
||||
|
||||
Reference in New Issue
Block a user