SDLPP: slight code cleanup

This commit is contained in:
2021-08-07 12:13:03 +02:00
parent d4393ef179
commit 7b1ef25f37
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class SDLPPSCOPE Scene {
public:
Scene( std::shared_ptr< Renderer > &r );
void addObject( const std::shared_ptr< RenderObject > &obj );
void setZIndex( const std::shared_ptr< RenderObject > &obj, int index );
void setZIndex( const std::shared_ptr< RenderObject > &obj, uint64_t index );
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 );