mirror of https://github.com/procxx/kepka.git
parent
dba5c75ef1
commit
90a1cea515
|
@ -30,10 +30,9 @@ Dice::Dice(not_null<Element*> parent, not_null<Data::MediaDice*> dice)
|
||||||
, _dice(dice)
|
, _dice(dice)
|
||||||
, _start(parent, Lookup(parent, 0)) {
|
, _start(parent, Lookup(parent, 0)) {
|
||||||
_showLastFrame = _parent->data()->Has<HistoryMessageForwarded>();
|
_showLastFrame = _parent->data()->Has<HistoryMessageForwarded>();
|
||||||
|
_start.setDiceIndex(0);
|
||||||
if (_showLastFrame) {
|
if (_showLastFrame) {
|
||||||
_drawingEnd = true;
|
_drawingEnd = true;
|
||||||
} else {
|
|
||||||
_start.setDiceIndex(0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue