Decided this TODO isn't required

This commit is contained in:
2021-01-31 18:17:41 +01:00
parent 3de364ce26
commit 8481560175
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -19,7 +19,6 @@ public:
void moveDownZ( const std::shared_ptr< RenderObject > &obj );
void moveUpZ( const std::shared_ptr< RenderObject > &obj );
void moveZ( const std::shared_ptr< RenderObject > &obj, int addition );
// TODO addCollision
std::shared_ptr< RenderObject > getObject( int index );
std::vector< std::shared_ptr< RenderObject > > getObjects();
std::vector< std::shared_ptr< RenderObject > >