Cocoa Port:

- Fix compile issue for the Tiger target build.
This commit is contained in:
rogerman 2012-01-05 00:04:12 +00:00
parent 1f218e95c5
commit c07ba69e7e
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ bool opengl_init()
{
[context makeCurrentContext];
oglrender_init = &opengl_init;
//oglrender_init = &opengl_init;
NDS_3D_SetDriver(CORE3DLIST_RASTERIZE);
if(!gpu3D->NDS_3D_Init())
messageDialog(NSLocalizedString(@"Error", nil), @"Unable to initialize OpenGL components");