Changeset 4392 in orxonox.OLD for orxonox/trunk/src/subprojects/particles
- Timestamp:
- May 30, 2005, 1:30:23 PM (20 years ago)
- Location:
- orxonox/trunk/src/subprojects/particles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/particles/Makefile.in
r4346 r4392 257 257 esac; \ 258 258 done; \ 259 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/subprojects/particles/Makefile'; \259 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/subprojects/particles/Makefile'; \ 260 260 cd $(top_srcdir) && \ 261 $(AUTOMAKE) -- foreignsrc/subprojects/particles/Makefile261 $(AUTOMAKE) --gnu src/subprojects/particles/Makefile 262 262 .PRECIOUS: Makefile 263 263 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/subprojects/particles/particle_fun.cc
r4385 r4392 87 87 case SDLK_i: 88 88 ParticleEngine::getInstance()->debug(); 89 PhysicsEngine::getInstance()->debug(); 89 90 break; 90 91 }
Note: See TracChangeset
for help on using the changeset viewer.