File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1128,6 +1128,8 @@ - (void)OE_saveStateWithName:(NSString *)stateName completionHandler:(void(^)(vo
1128
1128
[state writeInfoPlist ];
1129
1129
}
1130
1130
1131
+ [[state libraryDatabase ] save: nil ];
1132
+
1131
1133
NSData *TIFFData = [[[self gameViewController ] takeNativeScreenshot ] TIFFRepresentation ];
1132
1134
NSBitmapImageRep *bitmapImageRep = [NSBitmapImageRep imageRepWithData: TIFFData];
1133
1135
NSData *PNGData = [bitmapImageRep representationUsingType: NSPNGFileType properties: nil ];
Original file line number Diff line number Diff line change 3636
3636
832D293E1451A68700BDF950 /* OEMainWindowController.h */,
3637
3637
832D293F1451A68700BDF950 /* OEMainWindowController.m */,
3638
3638
832D29441451B0CA00BDF950 /* MainWindow: Library */,
3639
- 832D29451451B0E700BDF950 /* MainWindow: GameView */,
3640
3639
832D29461451B0F200BDF950 /* MainWindow: Setup Assistant */,
3641
3640
53439AE813B92E72005C0CC8 /* Controls */,
3642
3641
);
4433
4432
name = "MainWindow: Library";
4434
4433
sourceTree = "<group>";
4435
4434
};
4436
- 832D29451451B0E700BDF950 /* MainWindow: GameView */ = {
4437
- isa = PBXGroup;
4438
- children = (
4439
- );
4440
- name = "MainWindow: GameView";
4441
- sourceTree = "<group>";
4442
- };
4443
4435
832D29461451B0F200BDF950 /* MainWindow: Setup Assistant */ = {
4444
4436
isa = PBXGroup;
4445
4437
children = (
You can’t perform that action at this time.
0 commit comments