Skip to content

Commit

Permalink
Allow for more sub-directories (500)
Browse files Browse the repository at this point in the history
Already explained in this issue: spritebuilder#671 but yea I think we can change this now to allow for more asset folders.
  • Loading branch information
Objective-Zero committed Aug 9, 2014
1 parent 3c24158 commit 72a364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpriteBuilder/ccBuilder/ResourceManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@class RMDirectory;
@class ProjectSettings;

#define kCCBMaxTrackedDirectories 50
#define kCCBMaxTrackedDirectories 500


@interface ResourceManager : NSObject <SCEventListenerProtocol>
Expand Down

0 comments on commit 72a364a

Please sign in to comment.