mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
Enabled GL_ANTIALIAS on NDS since it's free anyways
This commit is contained in:
parent
0e2859936a
commit
ec47920b52
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ void Gfx_Create(void) {
|
|||
glClearPolyID(63);
|
||||
glAlphaFunc(7);
|
||||
|
||||
glEnable(GL_ANTIALIAS);
|
||||
glEnable(GL_TEXTURE_2D);
|
||||
glEnable(GL_FOG);
|
||||
|
||||
|
|
Loading…
Reference in a new issue