Color map finally works!

This commit is contained in:
2017-02-23 16:07:22 -04:00
parent 6898dd244c
commit bf47b9e59d
3 changed files with 4 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
#define MAP_POS(X, Y) (data[((X) * m_height) + (Y)])
static const unsigned int MAX_ITERS = 1000;
static const float EVAPORATION_RATE = 0.1f;
static const float EVAPORATION_RATE = 0.05f;
const unsigned char MAX_PHERO_INTENSITY = 250;
const unsigned char MIN_PHERO_INTENSITY = 0;