Skip to content

Commit 42ef2f5

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 82e48f9 + 8de140b commit 42ef2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MDVRLibrary/MDVRLibrary/MDVRHeader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
#define MDVR_RAW_NAME @ "vrlibraw.bundle"
14-
#define MDVR_RAW_PATH [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent: MDVR_RAW_NAME]
14+
#define MDVR_RAW_PATH [[[NSBundle bundleForClass: [self class]] resourcePath] stringByAppendingPathComponent: MDVR_RAW_NAME]
1515
#define MDVR_RAW [NSBundle bundleWithPath: MDVR_RAW_PATH]
1616
#define MULTI_SCREEN_SIZE 2
1717

0 commit comments

Comments
 (0)