mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
parser forgot a newline
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1459 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
fbf48a84dc
commit
f055bf6ec3
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ char *particle_set_spikeset =
|
|||
"blend add\n"
|
||||
"randomvel 5\n"
|
||||
"veladd 1\n"
|
||||
"rampmode delta" //fade it in then out.
|
||||
"rampmode delta\n" //fade it in then out.
|
||||
"ramp 0 0 0 -0.5 0\n"
|
||||
"ramp 0 0 0 0.1 0\n"
|
||||
"ramp 0 0 0 0.1 0\n"
|
||||
|
|
Loading…
Reference in a new issue