Add AXES_COLOR to `enum RenderColor`

master
Liam Marshall 2015-05-12 15:22:26 -05:00
parent 5e3cd59eeb
commit 98b6cf3d19
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace fs = boost::filesystem;
enum RenderColor {
BACKGROUND_COLOR,
AXES_COLOR,
OPENCSG_FACE_FRONT_COLOR,
OPENCSG_FACE_BACK_COLOR,
CGAL_FACE_FRONT_COLOR,