summaryrefslogtreecommitdiff
path: root/src/heightmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/heightmap.cpp')
-rw-r--r--src/heightmap.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/heightmap.cpp b/src/heightmap.cpp
index b85bcd9c8..c05e7365c 100644
--- a/src/heightmap.cpp
+++ b/src/heightmap.cpp
@@ -24,8 +24,7 @@
/**
* Convert RGB colours to Grayscale using 29.9% Red, 58.7% Green, 11.4% Blue
- * (average luminosity formula) -- Dalestan
- * This in fact is the NTSC Colour Space -- TrueLight
+ * (average luminosity formula, NTSC Colour Space)
*/
static inline byte RGBToGrayscale(byte red, byte green, byte blue)
{