Decided this TODO isn't required
This commit is contained in:
parent
3de364ce26
commit
8481560175
@ -59,7 +59,6 @@ void Scene::moveZ( const std::shared_ptr< RenderObject > &obj, int addition ) {
|
||||
std::iter_swap( render_objects.begin() + original_index,
|
||||
render_objects.begin() + original_index + addition );
|
||||
}
|
||||
// TODO addCollision
|
||||
std::shared_ptr< RenderObject > Scene::getObject( int index ) {
|
||||
return render_objects[index];
|
||||
}
|
||||
|
@ -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 > >
|
||||
|
Loading…
Reference in New Issue
Block a user