fix utf-16 reading and make it work on android
This commit is contained in:
@@ -94,7 +94,7 @@ public class MainActivity extends NativeActivity {
|
||||
|
||||
}
|
||||
// patterns
|
||||
File patterns = new File(pano_dir.getAbsolutePath(), "brushes");
|
||||
File patterns = new File(pano_dir.getAbsolutePath(), "patterns");
|
||||
if (!patterns.exists())
|
||||
{
|
||||
if (patterns.mkdirs())
|
||||
|
||||
Reference in New Issue
Block a user