From 18b0316d5291bd550b3d64862434d6c285bc2376 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Wed, 24 May 2017 21:15:55 +0200 Subject: [PATCH] X3DImporter: fix coverity finding ( missing comma ). --- code/X3DImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/X3DImporter.cpp b/code/X3DImporter.cpp index 34e90f3ef..db22e846c 100644 --- a/code/X3DImporter.cpp +++ b/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