SRSUE: Disable neighbour cell display by default

master
Xavier Arteaga 4 years ago committed by Xavier Arteaga
parent 4ae194581f
commit 8c4ed489e8

@ -38,7 +38,7 @@ public:
void stop(){};
private:
static const bool FORCE_NEIGHBOUR_CELL = true; // Set to true for printing always neighbour cells
static const bool FORCE_NEIGHBOUR_CELL = false; // Set to true for printing always neighbour cells
std::string float_to_string(float f, int digits);
std::string float_to_eng_string(float f, int digits);

Loading…
Cancel
Save