Changeset 4337 in orxonox.OLD
- Timestamp:
- May 27, 2005, 8:29:23 PM (19 years ago)
- Location:
- orxonox/branches/physics/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/story_entities/world.cc
r4332 r4337 475 475 emitter->setSize(20); 476 476 emitter->setParent(this->localPlayer); 477 emitter->setRelCoor(Vector( 0,-3,0));477 emitter->setRelCoor(Vector(-3,0,0)); 478 478 479 479 // Add the Flow from the Emitter into the System -
orxonox/branches/physics/src/subprojects/framework.cc
r4335 r4337 241 241 { 242 242 #ifdef HAVE_GTK2 243 gtk_main_quit();244 243 while(gtk_events_pending()) gtk_main_iteration(); 245 244 Framework::getInstance()->quit();
Note: See TracChangeset
for help on using the changeset viewer.