(20120228) 13:00

This commit is contained in:
2012-02-28 13:00:00 +01:00
parent f9a9171a19
commit 1856770ea1
9 changed files with 7 additions and 8 deletions

2
Draw.c
View File

@@ -115,11 +115,9 @@ int Draw_Init(int width,int height,char *title,int fps){
// Set the proyection (Ortographic)
glMatrixMode (GL_PROJECTION);
glPushMatrix ();
glLoadIdentity ();
glOrtho (0,_width, 0, _height, -1000, 1000);
glMatrixMode (GL_MODELVIEW);
glPushMatrix ();
glLoadIdentity ();
// Enable Alpha blending