mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-08 11:56:49 +02:00
Fixed ScrollingList parent class copy constructor execution.
This commit is contained in:
@@ -72,7 +72,8 @@ ScrollingList::ScrollingList(Configuration &c,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ScrollingList::ScrollingList(const ScrollingList ©)
|
ScrollingList::ScrollingList(const ScrollingList ©)
|
||||||
: SpriteList(NULL)
|
: Component(copy)
|
||||||
|
, SpriteList(NULL)
|
||||||
, TweenEnterTime(0)
|
, TweenEnterTime(0)
|
||||||
, FirstSpriteIndex(0)
|
, FirstSpriteIndex(0)
|
||||||
, SelectedSpriteListIndex(0)
|
, SelectedSpriteListIndex(0)
|
||||||
@@ -116,8 +117,6 @@ ScrollingList::ScrollingList(const ScrollingList ©)
|
|||||||
TweenPoints->push_back(v);
|
TweenPoints->push_back(v);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Component::Component(copy);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user