diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-03 17:04:18 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-03 17:04:18 (GMT) |
| commit | 11d2b0eb3cfa6ff57fd6585c19b4dadd39cd7abb (patch) | |
| tree | 269f813d7ce5786748ce6a9938061cd2e960a574 /src/simulation/tools | |
| parent | 57f949ecfbcd1baa38a90194d10a5d7266e504bd (diff) | |
| download | powder-11d2b0eb3cfa6ff57fd6585c19b4dadd39cd7abb.zip powder-11d2b0eb3cfa6ff57fd6585c19b4dadd39cd7abb.tar.gz | |
Correct VAC and EXOT colours, issue #49
Diffstat (limited to 'src/simulation/tools')
| -rw-r--r-- | src/simulation/tools/Vac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/tools/Vac.cpp b/src/simulation/tools/Vac.cpp index 1ac9c50..2777f75 100644 --- a/src/simulation/tools/Vac.cpp +++ b/src/simulation/tools/Vac.cpp @@ -5,7 +5,7 @@ Tool_Vac::Tool_Vac() { Identifier = "DEFAULT_TOOL_VAC"; Name = "VAC"; - Colour = PIXPACK(0x000000); + Colour = PIXPACK(0x303030); Description = "Removes air pressure"; } |
