Changeset 3839 in orxonox.OLD for orxonox/branches/shadows/src/orxonox.cc
- Timestamp:
- Apr 15, 2005, 6:59:34 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/shadows/src/orxonox.cc
r3728 r3839 133 133 134 134 int bpp = 16; 135 int width = 400;136 int height = 300;135 int width = 1024; 136 int height = 768; 137 137 //Uint32 flags = SDL_HWSURFACE | SDL_OPENGL | SDL_GL_DOUBLEBUFFER; /* \todo: SDL_OPENGL doen't permit to load images*/ 138 138 //Uint32 flags = SDL_HWSURFACE | SDL_GL_DOUBLEBUFFER;
Note: See TracChangeset
for help on using the changeset viewer.