Bugfix. Car routing on android platform.

This commit is contained in:
Vladimir Byko-Ianko 2015-08-07 17:11:33 +03:00 committed by Alex Zolotarev
parent 73c11ebb14
commit 8a9a55a78e

View file

@ -110,6 +110,7 @@ ModelReader * Platform::GetReader(string const & file, string const & searchScop
{
// Add source for map files and other dynamic stored data.
sources[n++] = WRITABLE_PATH;
sources[n++] = FULL_PATH;
}
}
else