Change MINTEMP0 to 2000 in colorapperance to avoid crash

This commit is contained in:
Desmis 2017-12-14 09:09:10 +01:00
parent d143ab3628
commit 1854147ce9

View File

@ -21,7 +21,7 @@
#include "guiutils.h"
#include "../rtengine/color.h"
#define MINTEMP0 1500 //1200
#define MINTEMP0 2000 //1200
#define MAXTEMP0 12000 //12000
#define CENTERTEMP0 5000
#define MINGREEN0 0.8