X3DImporter: fix coverity finding ( missing comma ).

pull/1302/head
Kim Kulling 2017-05-24 21:15:55 +02:00
parent ec496a5833
commit 18b0316d52
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ void X3DImporter::XML_CheckNode_SkipUnsupported(const std::string& pParentNodeNa
"PositionInterpolator", "PositionInterpolator2D", "ScalarInterpolator", "SplinePositionInterpolator", "SplinePositionInterpolator2D",
"SplineScalarInterpolator", "SquadOrientationInterpolator",
// Key device sensor component
"KeySensor", "StringSensor"
"KeySensor", "StringSensor",
// Layering component
"Layer", "LayerSet", "Viewport",
// Layout component