mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-29 19:15:37 +01:00
Fixing compiler error due to nested std collections.
This commit is contained in:
parent
5790f76f4e
commit
5a3053a99b
@ -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())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user