From 216475091e4741eb184bbf88d06da62adc5effbe Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 31 Aug 2020 23:53:48 +0300 Subject: [PATCH] maya: Silence compiler warning --- pandatool/src/maya/maya_funcs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/maya/maya_funcs.cxx b/pandatool/src/maya/maya_funcs.cxx index 2f21adefb3..b07b8089d1 100644 --- a/pandatool/src/maya/maya_funcs.cxx +++ b/pandatool/src/maya/maya_funcs.cxx @@ -519,8 +519,8 @@ describe_compound_attribute(MObject &node) { for (size_t i = 0; i < comp_attr.numChildren(); i++) { MObject child = comp_attr.child(i, &status); if (child.apiType() == MFn::kAttribute3Float){ - LRGBColor color; /* + LRGBColor color; if (get_vec3_attribute(child, "color", color)) { maya_cat.info() << "color: " << color << endl; }