X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2F3dengfx%2Fsrc%2F3dengfx%2Fpsys.cpp;h=2744ad9b5455be5b2b59616fa6aca0dfa3de55bf;hb=c836652e73bd59867e9ee0e8d6c1322623e47e1d;hp=b32cb694ee5d1cc071b0a0fb013ba57a96bb8e34;hpb=8362b2cea575d5e444d48326a704664e3a87692d;p=summerhack diff --git a/src/3dengfx/src/3dengfx/psys.cpp b/src/3dengfx/src/3dengfx/psys.cpp index b32cb69..2744ad9 100644 --- a/src/3dengfx/src/3dengfx/psys.cpp +++ b/src/3dengfx/src/3dengfx/psys.cpp @@ -159,7 +159,7 @@ ParticleSysParams::ParticleSysParams() { ParticleSystem::ParticleSystem(const char *fname) { - timeslice = 1.0 / 50.0; + timeslice = 1.0 / 30.0; SysCaps sys_caps = get_system_capabilities(); /* XXX: My Radeon Mobility 9000 supports point sprites but does not say so * in the extension string, it only has point params there. So I changed this