fix Coverity warning (CID 151565) (CID 155147)
This commit is contained in:
parent
04e24282a8
commit
6eb2000b69
|
@ -70,6 +70,8 @@ C3D_RENDER_RAYTRACING::C3D_RENDER_RAYTRACING( CINFO3D_VISU &aSettings ) :
|
|||
|
||||
m_isPreview = false;
|
||||
m_rt_render_state = RT_RENDER_STATE_MAX; // Set to an initial invalid state
|
||||
m_stats_start_rendering_time = 0;
|
||||
m_nrBlocksRenderProgress = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -50,6 +50,7 @@ public:
|
|||
m_view( nullptr ),
|
||||
m_flags( KIGFX::VISIBLE ),
|
||||
m_requiredUpdate( KIGFX::NONE ),
|
||||
m_drawPriority( 0 ),
|
||||
m_groups( nullptr ),
|
||||
m_groupsSize( 0 ) {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue