diff options
Diffstat (limited to 'notes')
-rw-r--r-- | notes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +• replace 'vlong t0, t;' by 'double t0, Δt;' so we only update t0 at the +main loop and Δt every time we do dynamics. +• implement bullets and sheer destruction. |