One last namespacing issue (need to setup branching strategy eventually).

This commit is contained in:
Don Honerbrink 2015-01-30 17:20:52 -06:00
parent 7084ee270a
commit 105c40976f

View File

@ -45,7 +45,7 @@ TweenSet::TweenSets *TweenSet::GetOnMenuScrollTweens()
{
return &OnMenuScrollTweens;
}
TweenSets::TweenSets *TweenSet::GetOnMenuExitTweens()
TweenSet::TweenSets *TweenSet::GetOnMenuExitTweens()
{
return &OnMenuExitTweens;
}