mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
Cleanup of mostly asset files
- Fixes for all files - constexpr cleanup - Cosmetic changes - Remove punctuation from the end of messages
This commit is contained in:
@@ -185,7 +185,7 @@ void TfBrickSelector::selectBricks(int timestep, std::vector<int>& bricks) {
|
||||
|
||||
BrickSelection::SplitType childSplitType;
|
||||
float childSplitPoints = splitPoints(childBrickIndex, childSplitType);
|
||||
//std::cout << "Splitting spatially." << std::endl;
|
||||
//std::cout << "Splitting spatially" << std::endl;
|
||||
BrickSelection childSelection = bs.splitSpatially(
|
||||
i % 2,
|
||||
(i / 2) % 2, // abock: isn't this always 0?
|
||||
|
||||
Reference in New Issue
Block a user