mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-06 04:43:33 +02:00
Fixing compiler error due to nested std collections.
This commit is contained in:
@@ -23,7 +23,7 @@ TweenSet::~TweenSet()
|
||||
|
||||
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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user