not sure
This commit is contained in:
parent
6c6593c3d9
commit
603d9a5406
|
@ -4,7 +4,6 @@ debug.urnames = false;
|
||||||
debug.termout = true;
|
debug.termout = true;
|
||||||
debug.console = false;
|
debug.console = false;
|
||||||
debug.cheat = false;
|
debug.cheat = false;
|
||||||
|
|
||||||
debug.fn_break = function(fn,obj = globalThis) {
|
debug.fn_break = function(fn,obj = globalThis) {
|
||||||
if (typeof fn !== 'function') return;
|
if (typeof fn !== 'function') return;
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,11 @@ emitter.draw = function()
|
||||||
render.draw(this.shape, this.ssbo, pars.length);
|
render.draw(this.shape, this.ssbo, pars.length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
emitter.kill = function()
|
||||||
|
{
|
||||||
|
emitters.remove(this);
|
||||||
|
}
|
||||||
|
|
||||||
var std_step = function(p)
|
var std_step = function(p)
|
||||||
{
|
{
|
||||||
if (p.time < this.grow_for) {
|
if (p.time < this.grow_for) {
|
||||||
|
|
Loading…
Reference in a new issue