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/NGrv.cpp | |
| parent | 76b92952b12f0eeaedbf3f2e4231dbd72b6d902a (diff) | |
| download | powder-e146ae50abc021cbff765aa73327408c7d4661ea.zip powder-e146ae50abc021cbff765aa73327408c7d4661ea.tar.gz | |
some minor changes to tools
Diffstat (limited to 'src/simulation/tools/NGrv.cpp')
| -rw-r--r-- | src/simulation/tools/NGrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/tools/NGrv.cpp b/src/simulation/tools/NGrv.cpp index 89af1ea..c1fa2c1 100644 --- a/src/simulation/tools/NGrv.cpp +++ b/src/simulation/tools/NGrv.cpp @@ -6,7 +6,7 @@ Tool_NGrv::Tool_NGrv() Identifier = "DEFAULT_TOOL_NGRV"; Name = "NGRV"; Colour = PIXPACK(0xAACCFF); - Description = "Creates a short-lasting negative gravity well"; + Description = "Creates a short-lasting negative gravity well."; } int Tool_NGrv::Perform(Simulation * sim, Particle * cpart, int x, int y, float strength) |
