Merge branch 'develop' into ryzomclassic-develop

ryzomclassic-develop
kaetemi 4 years ago
commit feb7e7a812
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -1039,6 +1039,8 @@ namespace NLGUI
// second loop -> false && break
loop = !loop;
if (next < parts.size())
{
val = toLowerAscii(parts[next]);
if (val == "center")
{
@ -1071,6 +1073,7 @@ namespace NLGUI
next++;
}
}
}
} while (loop);
//

Loading…
Cancel
Save