diff options
Diffstat (limited to 'src/simulation/tools/PGrv.cpp')
| -rw-r--r-- | src/simulation/tools/PGrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/tools/PGrv.cpp b/src/simulation/tools/PGrv.cpp index cfa381c..e2c9fb0 100644 --- a/src/simulation/tools/PGrv.cpp +++ b/src/simulation/tools/PGrv.cpp @@ -11,7 +11,7 @@ Tool_PGrv::Tool_PGrv() int Tool_PGrv::Perform(Simulation * sim, Particle * cpart, int x, int y, float strength) { - sim->gravmap[((y/CELL)*(XRES/CELL))+(x/CELL)] += 0.03f*strength; + sim->gravmap[((y/CELL)*(XRES/CELL))+(x/CELL)] = strength*5.0f; return 1; } |
