mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -39,7 +39,7 @@ ChunkTile getHighestResolutionTile(const LayerGroup& layerGroup,
|
||||
Tile::TileUnavailable, uvTransform, TileDepthTransform()
|
||||
};
|
||||
mostHighResolution.tile = Tile::TileUnavailable;
|
||||
|
||||
|
||||
|
||||
for (const std::shared_ptr<Layer>& layer : layerGroup.activeLayers()) {
|
||||
ChunkTile chunkTile = layer->tileProvider()->getChunkTile(tileIndex);
|
||||
|
||||
Reference in New Issue
Block a user