[generator] Fix typo.

This commit is contained in:
vng 2013-06-05 03:05:34 +03:00 committed by Alex Zolotarev
parent 1ab8dc3046
commit 657ab5ec36

View file

@ -99,7 +99,7 @@ public:
}
else
{
if (feature::PreprocessForWorldMap(fb));
if (feature::PreprocessForWorldMap(fb))
m_worldBucket.PushSure(fb);
}
}