mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-13 17:09:05 -05:00
Rename DashboardGlobeLocation to DashboardItemGlobeLocation
Remove JSON from iswa module and use openspace one instead Remove warnings General code cleanup
This commit is contained in:
@@ -188,7 +188,7 @@ std::string EnvelopePoint::hexadecimalFromVec3(const glm::vec3& vec) const {
|
||||
|
||||
json Envelope::jsonPoints() const {
|
||||
json j;
|
||||
for (int i = 0; i < _points.size(); i++) {
|
||||
for (size_t i = 0; i < _points.size(); i++) {
|
||||
j[i] = {
|
||||
{
|
||||
"color",
|
||||
|
||||
Reference in New Issue
Block a user