Adress review comments

This commit is contained in:
Emma Broman
2021-08-15 19:34:10 +02:00
parent 5cf5824607
commit a39dcf2567
13 changed files with 105 additions and 104 deletions

View File

@@ -245,7 +245,7 @@ int renderPathControlPoints(lua_State* L) {
"openspace.createSingleColorImage('point_color', { 0.0, 1.0, 0.0 })"
")";
for (int i = 0; i < points.size(); i++) {
for (size_t i = 0; i < points.size(); i++) {
const std::string& node = "{"
"Identifier = 'ControlPoint_" + std::to_string(i) + "',"
"Parent = '" + RenderedPointsIdentifier + "',"