mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 03:04:27 +02:00
broken
This commit is contained in:
parent
5ee115872d
commit
97d6af16e0
3 changed files with 14 additions and 10 deletions
|
@ -317,7 +317,6 @@
|
|||
var topleft = null
|
||||
|
||||
$.each(active.particles, function(i, point) {
|
||||
|
||||
// move the node to its new position
|
||||
if (that.integrator=='euler'){
|
||||
point.p = point.p.add(point.v.multiply(timestep));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue