Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ashqal committed Jul 17, 2016
2 parents 82e48f9 + 8de140b commit 42ef2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDVRLibrary/MDVRLibrary/MDVRHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


#define MDVR_RAW_NAME @ "vrlibraw.bundle"
#define MDVR_RAW_PATH [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent: MDVR_RAW_NAME]
#define MDVR_RAW_PATH [[[NSBundle bundleForClass: [self class]] resourcePath] stringByAppendingPathComponent: MDVR_RAW_NAME]
#define MDVR_RAW [NSBundle bundleWithPath: MDVR_RAW_PATH]
#define MULTI_SCREEN_SIZE 2

Expand Down

0 comments on commit 42ef2f5

Please sign in to comment.