Skip to content

Commit

Permalink
bugfix: Fixed bug in last bugfix :P
Browse files Browse the repository at this point in the history
  • Loading branch information
littleguy77 committed Jan 21, 2013
1 parent b50ea80 commit e9639ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static boolean extractAssets( AssetManager assetManager, String srcPath,
for( String srcSubPath : srcSubPaths )
{
String suffix = "/" + srcSubPath;
extractAssets( assetManager, srcPath + suffix, dstPath + suffix, onProgress );
result &= extractAssets( assetManager, srcPath + suffix, dstPath + suffix, onProgress );
}
}
else
Expand Down

0 comments on commit e9639ae

Please sign in to comment.