- Timestamp:
- Nov 8, 2005, 1:17:39 PM (19 years ago)
- Location:
- branches/world_entities
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/lib/graphics/graphics_engine.cc
r5421 r5508 301 301 glMatrixMode(GL_PROJECTION_MATRIX); 302 302 glLoadIdentity(); 303 glViewport(0, 0,width,height);// Reset The Current Viewport303 glViewport(0, 0, width, height); // Reset The Current Viewport 304 304 } 305 305
Note: See TracChangeset
for help on using the changeset viewer.