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

View File

@@ -124,7 +124,7 @@ namespace RAY::Drawables::Drawables3D
box.max.x += this->_position.x;
box.max.y += this->_position.y;
box.max.z += this->_position.z;
DrawBoundingBox(box, GREEN);
DrawBoundingBox(box, this->_debugColor);
}
}