mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Move to use postfix increment only
This commit is contained in:
@@ -142,7 +142,7 @@ SizeMappingComponent::SizeMappingComponent(const ghoul::Dictionary& dictionary)
|
||||
|
||||
if (p.parameterOptions.has_value()) {
|
||||
std::vector<std::string> opts = *p.parameterOptions;
|
||||
for (size_t i = 0; i < opts.size(); ++i) {
|
||||
for (size_t i = 0; i < opts.size(); i++) {
|
||||
// Note that options are added in order
|
||||
parameterOption.addOption(static_cast<int>(i), opts[i]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user