mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
Fixed ScrollingList parent class copy constructor execution.
This commit is contained in:
parent
af451bfa81
commit
90484cf90a
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user