mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-26 01:34:40 +00:00
Update src/Core/Crawl/controlpos.cpp
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
7a07b23037
commit
765769cc02
@ -31,10 +31,12 @@ void ControlPos::remove(ClasterItem *object) {
|
||||
|
||||
void ControlPos::changeLayout(const Refresh &fig) {
|
||||
_shape = fig;
|
||||
updatePosition();
|
||||
}
|
||||
|
||||
void ControlPos::setDistance(int dist) {
|
||||
_distance = dist;
|
||||
updatePosition();
|
||||
}
|
||||
|
||||
void ControlPos::updatePosition() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user