ObjGameKit  Diff

Differences From Artifact [a7dbf6df22]:

To Artifact [28b7846922]:


112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
112
113
114
115
116
117
118









119







-
-
-
-
-
-
-
-
-

	for (running = YES; running;) {
		@autoreleasepool {
			[self handleEvents];
			[self draw];
		}
	}
}

- (void)applicationWillTerminate
{
	/* Make sure they don't get deallocated after al_uninstall_system() */
	display = nil;
	eventQueue = nil;

	al_uninstall_system();
}
@end