Fixed bug that caused the "enable_realtime_occlusion" render setting to fail to propagate when the KRRenderSettings class copy constructor is called
This commit is contained in:
@@ -145,6 +145,7 @@ KRRenderSettings& KRRenderSettings::operator=(const KRRenderSettings &s)
|
||||
debug_display = s.debug_display;
|
||||
|
||||
m_lodBias = s.m_lodBias;
|
||||
m_enable_realtime_occlusion = s.m_enable_realtime_occlusion;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user