Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5508 in orxonox.OLD


Ignore:
Timestamp:
Nov 8, 2005, 1:17:39 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches: added branche world_entities, for the work on new WorldEntities

Location:
branches/world_entities
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/lib/graphics/graphics_engine.cc

    r5421 r5508  
    301301    glMatrixMode(GL_PROJECTION_MATRIX);
    302302    glLoadIdentity();
    303     glViewport(0,0,width,height);                                                   // Reset The Current Viewport
     303    glViewport(0, 0, width, height);                     // Reset The Current Viewport
    304304}
    305305
Note: See TracChangeset for help on using the changeset viewer.