Changeset 3728 in orxonox.OLD for orxonox/branches/shadows/src/orxonox.cc
- Timestamp:
- Apr 5, 2005, 9:53:42 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/shadows/src/orxonox.cc
r3706 r3728 133 133 134 134 int bpp = 16; 135 int width = 1024;136 int height = 768;135 int width = 400; 136 int height = 300; 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.