Cleanup: fix (harmless) uninitialized variable usage

This commit is contained in:
Brecht Van Lommel 2021-09-27 19:46:51 +02:00
parent 8da23fd5aa
commit 50b7253257
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ BlenderSession::BlenderSession(BL::RenderEngine &b_engine,
width(0),
height(0),
preview_osl(preview_osl),
python_thread_state(NULL)
python_thread_state(NULL),
use_developer_ui(false)
{
/* offline render */
background = true;