diff options
| author | jacob1 <jfu614@gmail.com> | 2013-06-07 03:23:48 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-06-07 03:28:07 (GMT) |
| commit | e146ae50abc021cbff765aa73327408c7d4661ea (patch) | |
| tree | 8f1686a726d6e64d3dce313e3b1f2708aa4b7661 /src/simulation/tools/PGrv.cpp | |
| parent | 76b92952b12f0eeaedbf3f2e4231dbd72b6d902a (diff) | |
| download | powder-e146ae50abc021cbff765aa73327408c7d4661ea.zip powder-e146ae50abc021cbff765aa73327408c7d4661ea.tar.gz | |
some minor changes to tools
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 e2c9fb0..a763570 100644 --- a/src/simulation/tools/PGrv.cpp +++ b/src/simulation/tools/PGrv.cpp @@ -6,7 +6,7 @@ Tool_PGrv::Tool_PGrv() Identifier = "DEFAULT_TOOL_PGRV"; Name = "PGRV"; Colour = PIXPACK(0xCCCCFF); - Description = "Creates a short-lasting gravity well"; + Description = "Creates a short-lasting gravity well."; } int Tool_PGrv::Perform(Simulation * sim, Particle * cpart, int x, int y, float strength) |
