Eliminate MSVC warning C4819 caused by source files encoded in UTF-8 without BOM

This commit is contained in:
Guangmo Lin
2021-02-14 10:28:14 +08:00
parent 8a3a727865
commit ba7f945f99
2 changed files with 2 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ void AMFImporter::ParseNode_Coordinates(XmlNode &node) {
// <volume
// materialid="" - Which material to use.
// type="" - What this volume describes can be region or support. If none specified, object is assumed. If support, then the geometric
// type="" - What this volume describes can be "region" or "support". If none specified, "object" is assumed. If support, then the geometric
// requirements 1-8 listed in section 5 do not need to be maintained.
// >
// </volume>