music volume buttons

This commit is contained in:
arthur.jamet
2021-06-08 09:52:01 +02:00
parent f56a488a7e
commit c816db947e
3 changed files with 26 additions and 41 deletions

View File

@@ -51,8 +51,8 @@ namespace BBM
{
this->_up = up;
this->_down = down;
this->_right = right;
this->_left = left;
this->_right = right;
return *this;
}