This commit is contained in:
micuat 2020-11-06 17:30:14 +01:00
parent 0d830919dc
commit 22435a77bb

View file

@ -250,7 +250,7 @@ void ofApp::updateThermal()
if (dummyMode == false)
{
if (uBetweenDistance > 1000 || hotspots.size() < 2)
if (uBetweenDistance > 1300 || hotspots.size() < 2)
{
hotspot0 = ofVec3f(100000, 100000, 0);
hotspot1 = ofVec3f(100000, 100000, 0);