Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 3:05:10 PM (18 years ago)
Author:
gfilip
Message:

blackscreen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/blackscreen.cc

    r10212 r10215  
    2424#include "state.h"
    2525#include "class_id_DEPRECATED.h"
    26 
     26#include <iostream.h>
    2727ObjectListDefinition(blackscreen);
    2828CREATE_FACTORY(blackscreen);
     
    3838  i=0;
    3939  state=1;
     40
    4041}
    4142
     
    5051  if( root != NULL)
    5152    this->loadParams(root);
     53  cout << "JUHU";
    5254}
    5355
     
    119121  glEnd();
    120122
    121   glPopMatrix();
    122   glPopAttrib();
     123 // glPopMatrix();
     124 // glPopAttrib();
    123125}
    124126
Note: See TracChangeset for help on using the changeset viewer.