Sync changes from upstream repository

This commit is contained in:
Bozo The Builder
2020-09-11 14:29:29 -07:00
parent e15c463638
commit 6a1fea7512
74 changed files with 12912 additions and 3982 deletions

View File

@@ -124,6 +124,12 @@ static void ON_IncrementWarningCount()
ON_WARNING_COUNT++;
}
void ON_BrepIncrementErrorCount()
{
ON_ERROR_COUNT++;
ON_Brep::ErrorCount++;
}
void ON_SubDIncrementErrorCount()
{
ON_ERROR_COUNT++;