Cocoa Port:
- Fix compile issue for the Tiger target build.
This commit is contained in:
parent
1f218e95c5
commit
c07ba69e7e
|
@ -275,7 +275,7 @@ bool opengl_init()
|
||||||
{
|
{
|
||||||
[context makeCurrentContext];
|
[context makeCurrentContext];
|
||||||
|
|
||||||
oglrender_init = &opengl_init;
|
//oglrender_init = &opengl_init;
|
||||||
NDS_3D_SetDriver(CORE3DLIST_RASTERIZE);
|
NDS_3D_SetDriver(CORE3DLIST_RASTERIZE);
|
||||||
if(!gpu3D->NDS_3D_Init())
|
if(!gpu3D->NDS_3D_Init())
|
||||||
messageDialog(NSLocalizedString(@"Error", nil), @"Unable to initialize OpenGL components");
|
messageDialog(NSLocalizedString(@"Error", nil), @"Unable to initialize OpenGL components");
|
||||||
|
|
Loading…
Reference in New Issue