iOS: fix app id in path, pen pressure filtering on Line

This commit is contained in:
2019-03-11 11:40:17 +01:00
parent 5cd80f41fa
commit 373e7ad0e9
6 changed files with 48 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ bool Asset::exist(std::string path)
}
else
{
std::ifstream f(path);
std::ifstream f(path, std::ios::binary);
return f.is_open();
}
return false; // useless return for the stupid xcode