mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-30 23:57:58 +08:00
Sync changes from upstream repository
Co-authored-by: Andrew le Bihan <andy@mcneel.com> Co-authored-by: croudyj <croudyj@gmail.com> Co-authored-by: Dale Fugier <dale@mcneel.com> Co-authored-by: Dan Rigdon-Bel <dan@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Jussi Aaltonen <jussi@mcneel.com> Co-authored-by: kike-garbo <kike@mcneel.com> Co-authored-by: piac <giulio@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: Will Pearson <will@mcneel.com>
This commit is contained in:
@@ -50,6 +50,8 @@ ON_StringMapOrdinalType ON_StringMapOrdinalTypeFromStringMapType(
|
||||
return ON_StringMapOrdinalType::UpperOrdinal;
|
||||
case ON_StringMapType::LowerCase:
|
||||
return ON_StringMapOrdinalType::LowerOrdinal;
|
||||
case ON_StringMapType::Identity:
|
||||
return ON_StringMapOrdinalType::Identity;
|
||||
}
|
||||
return ON_StringMapOrdinalType::Identity;
|
||||
}
|
||||
@@ -2961,4 +2963,4 @@ void ON_String::MakeLowerOrdinal()
|
||||
m_s,
|
||||
length
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user