From d85c15bca90935e53f8a8f62d35d561a0a1a3933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 6 Apr 2013 18:56:19 +0200 Subject: [PATCH] SceneGraph: this was fixed in 59a3a7029df0524d93fe5015113c668356da93ed. --- src/SceneGraph/Object.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/SceneGraph/Object.hpp b/src/SceneGraph/Object.hpp index 1a7a48d5a..5855813ef 100644 --- a/src/SceneGraph/Object.hpp +++ b/src/SceneGraph/Object.hpp @@ -180,8 +180,6 @@ template std::vector 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) {