PETKA: fix minor display issue in panel interface

This commit is contained in:
Andrei Prykhodko 2022-02-09 13:42:39 +02:00
parent ad6b53f175
commit 595a81a287

View File

@ -114,7 +114,6 @@ void InterfacePanel::start(int id) {
obj->_y = _objectPoints[i].y;
obj->_frame = 1;
obj->_animate = false;
obj->_isShown = true;
_objs.push_back(obj);
}