Changeset 10215 in orxonox.OLD for branches/camera/src/world_entities/blackscreen.cc
- Timestamp:
- Jan 10, 2007, 3:05:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/world_entities/blackscreen.cc
r10212 r10215 24 24 #include "state.h" 25 25 #include "class_id_DEPRECATED.h" 26 26 #include <iostream.h> 27 27 ObjectListDefinition(blackscreen); 28 28 CREATE_FACTORY(blackscreen); … … 38 38 i=0; 39 39 state=1; 40 40 41 } 41 42 … … 50 51 if( root != NULL) 51 52 this->loadParams(root); 53 cout << "JUHU"; 52 54 } 53 55 … … 119 121 glEnd(); 120 122 121 glPopMatrix();122 glPopAttrib();123 // glPopMatrix(); 124 // glPopAttrib(); 123 125 } 124 126
Note: See TracChangeset
for help on using the changeset viewer.