mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-06 12:28:34 -06:00
Coding style cleanup
This commit is contained in:
@@ -70,7 +70,8 @@ BrickSelection BrickSelection::splitTemporally(bool t, unsigned int childBrickIn
|
||||
if (t) {
|
||||
child.lowT = centerT();
|
||||
child.highT = highT;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
child.lowT = lowT;
|
||||
child.highT = centerT();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user