Skip to content

Commit

Permalink
Update src/utilities/geometry/FloorplanJS.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec authored Jan 8, 2025
1 parent 84b9599 commit d25307b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/geometry/FloorplanJS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ ThreeScene FloorplanJS::toThreeScene(bool openstudioFormat) const {
buildingStoryNames.push_back(stories[storyIdx].get("name", "").asString());
}

std::string storyColor = "";
std::string storyColor;
if (checkKeyAndType(stories[storyIdx], "color", Json::stringValue)) {
storyColor = stories[storyIdx].get("color", storyColor).asString();
}
Expand Down

0 comments on commit d25307b

Please sign in to comment.