Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2025-04-02 09:33:17 -07:00
parent 6c91d229ab
commit fe0590ba8f
136 changed files with 23783 additions and 5749 deletions

View File

@@ -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;