Show rendered texture
This commit is contained in:
parent
fe90a88b4d
commit
484bd9cacf
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void CreateFontImageJob::finalize(bool canceled, std::exception_ptr &)
|
|||
glsafe(::glBindTexture(target, no_texture_id));
|
||||
|
||||
// show rendered texture
|
||||
//wxGetApp().plater()->get_current_canvas3D()->schedule_extra_frame(0);
|
||||
wxGetApp().plater()->canvas3D()->schedule_extra_frame(0);
|
||||
|
||||
BOOST_LOG_TRIVIAL(info)
|
||||
<< "Generate Preview font('" << m_input.font_name << "' id:" << m_input.index << ") "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue