Browse Source

SceneGraph: this was fixed in 59a3a7029d.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
d85c15bca9
  1. 2
      src/SceneGraph/Object.hpp

2
src/SceneGraph/Object.hpp

@ -180,8 +180,6 @@ template<class Transformation> std::vector<typename Transformation::DataType> Ob
/* Remember object count for later */
std::size_t objectCount = objects.size();
/** @bug What if there is one objects twice in the list */
/* Mark all original objects as joints and create initial list of joints
from them */
for(std::size_t i = 0; i != objects.size(); ++i) {

Loading…
Cancel
Save