Skip to content

Commit

Permalink
CocosDragon works OK
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Mar 20, 2013
1 parent bd66441 commit 9411b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/JSTests/AppController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ -(void) run
//
else if( [name isEqual:@"JS CocosDragon"] ) {
[fileutils setSearchMode:kCCFileUtilsSearchDirectoryMode];
[fileutils setSearchPath:@[@"Published files iOS",@""]];
[fileutils setSearchPath:@[@"Published files iOS", @"js", @""]];

#if defined(__CC_PLATFORM_MAC)
// Use the iPad folder for Mac resources
Expand All @@ -217,7 +217,7 @@ -(void) run
//
else if( [name isEqual:@"JS Crystal Craze"] ) {
[fileutils setSearchMode:kCCFileUtilsSearchDirectoryMode];
[fileutils setSearchPath:@[@"Published-iOS",@"js", @""]];
[fileutils setSearchPath:@[@"Published-iOS", @"js", @""]];

#if defined(__CC_PLATFORM_MAC)
// Use the iPhone folder for Mac resources
Expand Down

0 comments on commit 9411b39

Please sign in to comment.