mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
More Code Cleanup (#2192)
* Harmonizing ( and ) in function calls * static const -> constexpr * Fix compile issue * Unify shader tab size * Add _fs and _vs to shaders * Harmonize spacing
This commit is contained in:
@@ -702,7 +702,7 @@ void GlobeBrowsingModule::removeWMSServer(const std::string& name) {
|
||||
}
|
||||
|
||||
// Then remove the calues from the globe server list
|
||||
for (auto it = _urlList.begin(); it != _urlList.end(); ) {
|
||||
for (auto it = _urlList.begin(); it != _urlList.end();) {
|
||||
// We have to increment first because the erase will invalidate the iterator
|
||||
const auto eraseIt = it++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user