diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 17:21:25 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 17:21:25 (GMT) |
| commit | 5337f917368985b1163dfe7369d7aa7d507d1ead (patch) | |
| tree | 1008ae354da78c5067039393265af08d85c99663 /src/simulation/elements/LIGH.cpp | |
| parent | 55c870c5180c20df0936865331a3483b228a449a (diff) | |
| download | powder-5337f917368985b1163dfe7369d7aa7d507d1ead.zip powder-5337f917368985b1163dfe7369d7aa7d507d1ead.tar.gz | |
TPT: Lightning direction affected by Newtonian gravity 3a946efdfd
Diffstat (limited to 'src/simulation/elements/LIGH.cpp')
| -rw-r--r-- | src/simulation/elements/LIGH.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/LIGH.cpp b/src/simulation/elements/LIGH.cpp index 27b5c4b..0000f64 100644 --- a/src/simulation/elements/LIGH.cpp +++ b/src/simulation/elements/LIGH.cpp @@ -65,7 +65,7 @@ int Element_LIGH::update(UPDATE_FUNC_ARGS) * * life - "thickness" of lighting (but anyway one pixel) * - * tmp - angle of lighting + * tmp - angle of lighting, measured in degrees anticlockwise from the positive x direction * */ int r,rx,ry, multipler, powderful; |
