Typo in lime-map.lua

Whilst snuffling through the code I found this:-

Line 98

[lua]local path = system.pathForFile(filename, baseDirectory or system.Resourcesirectory)[/lua]

Should be

[lua]local path = system.pathForFile(filename, baseDirectory or system.ResourceDirectory)[/lua] [import]uid: 8366 topic_id: 7259 reply_id: 307259[/import]

Whoops, good eye :slight_smile: Fixed. [import]uid: 5833 topic_id: 7259 reply_id: 25501[/import]