mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-09-16 20:22:22 +02:00
Fixing compiler error due to nested std collections.
This commit is contained in:
@@ -23,7 +23,7 @@ TweenSet::~TweenSet()
|
|||||||
|
|
||||||
void TweenSet::DestroyTweens()
|
void TweenSet::DestroyTweens()
|
||||||
{
|
{
|
||||||
std::map<std::string, std::map<int, TweenSets *>>::iterator it = TweenMap.begin();
|
std::map<std::string, std::map<int, TweenSets *> >::iterator it = TweenMap.begin();
|
||||||
|
|
||||||
while(it != TweenMap.end())
|
while(it != TweenMap.end())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user