Browse Source

X3DImporter: fix coverity finding ( missing comma ).

Kim Kulling 8 years ago
parent
commit
18b0316d52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/X3DImporter.cpp

+ 1 - 1
code/X3DImporter.cpp

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