mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-23 02:39:30 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -879,7 +879,7 @@ ON_EnvironmentsImpl& ON_EnvironmentsImpl::operator = (const ON_EnvironmentsImpl&
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool ON_EnvironmentsImpl::operator == (const ON_EnvironmentsImpl& ep)
|
||||
bool ON_EnvironmentsImpl::operator == (const ON_EnvironmentsImpl& ep) const
|
||||
{
|
||||
if (BackgroundRenderEnvironmentId() != ep.BackgroundRenderEnvironmentId()) return false;
|
||||
if (SkylightingRenderEnvironmentOverride() != ep.SkylightingRenderEnvironmentOverride()) return false;
|
||||
|
||||
Reference in New Issue
Block a user