Changeset 6441 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Jan 8, 2006, 4:02:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/graphics_engine.cc
r6222 r6441 19 19 #include "resource_manager.h" 20 20 #include "event_handler.h" 21 #include "state.h" 21 22 22 23 #include "world_entity.h" … … 298 299 this->resolutionY = height; 299 300 this->bitsPerPixel = bpp; 301 State::setResolution( width, height); 300 302 301 303 if (this->screen != NULL)
Note: See TracChangeset
for help on using the changeset viewer.