From 8d45d25ed48b820530c64237c42d389c6fe74dae Mon Sep 17 00:00:00 2001 From: Emma Broman Date: Tue, 7 Jul 2020 13:16:27 +0200 Subject: [PATCH] Append TODO comment with color and opacity info This class was not working, so could not test it. As there was already a todo comment I simply added to the comment. --- .../rendering/renderablecrawlingline.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/spacecraftinstruments/rendering/renderablecrawlingline.cpp b/modules/spacecraftinstruments/rendering/renderablecrawlingline.cpp index d3dd6614b3..2ba4d88f6c 100644 --- a/modules/spacecraftinstruments/rendering/renderablecrawlingline.cpp +++ b/modules/spacecraftinstruments/rendering/renderablecrawlingline.cpp @@ -49,8 +49,9 @@ namespace { }; } // namespace -// @TODO: This clas is not properly working anymore and needs to be substantially -// rewritten +// @TODO: This class is not properly working anymore and needs to be substantially +// rewritten. When doing so, make sure that any color property uses three +// values, not four. The opacity should be handled separately namespace openspace {