(OSX PPC) Fix build - hangs currently on CGLSetCurrentContext

This commit is contained in:
twinaphex 2014-05-23 01:09:46 +02:00
parent e6c36d5cda
commit 136c1f351c

View File

@ -152,7 +152,7 @@ static char** waiting_argv;
[[RAGameView get] setFrame: [[self.window contentView] bounds]];
[[self.window contentView] setAutoresizesSubviews:YES];
#if defined(IOS) || defined(MAC_OS_X_VERSION_10_5)
[[self.window contentView] addSubview:RAGameView.get];
[[self.window contentView] addSubview:[RAGameView get]];
#endif
[self.window makeFirstResponder:[RAGameView get]];