mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
removes some leftover debug code
This commit is contained in:
parent
1eb904ca59
commit
bdf358b0fb
1 changed files with 0 additions and 10 deletions
|
@ -101,16 +101,6 @@ namespace starfield {
|
|||
BrightnessLevels brightness;
|
||||
extractBrightnessLevels(brightness, vertices);
|
||||
|
||||
assert(brightness.size() == vertices.size());
|
||||
|
||||
for (BrightnessLevels::iterator i =
|
||||
brightness.begin(); i != brightness.end() - 1; ++i)
|
||||
{
|
||||
BrightnessLevels::iterator next = i + 1;
|
||||
if (next != brightness.end())
|
||||
assert( *i >= *next );
|
||||
}
|
||||
|
||||
// input is read, now run the entire data pipeline on the new input
|
||||
|
||||
{ lock _(_mtxInput);
|
||||
|
|
Loading…
Reference in a new issue