debug color is now a memeber of the drawable 3D class

This commit is contained in:
arthur.jamet
2021-06-14 11:43:39 +02:00
parent ae68d5ab68
commit a3236ffba6
5 changed files with 7 additions and 4 deletions
@@ -52,6 +52,9 @@ namespace RAY::Drawables {
//! @brief Color of the ADrawable
Color _color;
//! @brief Color of the ADrawable's Debug
Color _debugColor = GREEN;
};
};