Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5509 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.cc


Ignore:
Timestamp:
Nov 8, 2005, 4:46:24 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: proto_world_entity-stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/graphics_engine.cc

    r5421 r5509  
    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.