Removing Jenkins warnings

This commit is contained in:
Alexander Bock
2016-02-05 23:28:45 +01:00
parent 2f7fbb1f39
commit d0f4ab6f60
7 changed files with 72 additions and 67 deletions

View File

@@ -92,7 +92,7 @@ private:
/**
* When a volume is attached or detached from the scene graph,
* the resolve program needs to be recompiled.
* The #volumes vector keeps track of which volumes that can
* The #_volumes vector keeps track of which volumes that can
* be rendered using the current resolve program.
*/
std::vector<Volume*> _volumes;