mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-19 10:22:42 +01: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 ©)
|
||||
: SpriteList(NULL)
|
||||
: Component(copy)
|
||||
, SpriteList(NULL)
|
||||
, TweenEnterTime(0)
|
||||
, FirstSpriteIndex(0)
|
||||
, SelectedSpriteListIndex(0)
|
||||
@@ -116,8 +117,6 @@ ScrollingList::ScrollingList(const ScrollingList ©)
|
||||
TweenPoints->push_back(v);
|
||||
}
|
||||
}
|
||||
|
||||
Component::Component(copy);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user