param
This commit is contained in:
parent
0d830919dc
commit
22435a77bb
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ void ofApp::updateThermal()
|
||||||
|
|
||||||
if (dummyMode == false)
|
if (dummyMode == false)
|
||||||
{
|
{
|
||||||
if (uBetweenDistance > 1000 || hotspots.size() < 2)
|
if (uBetweenDistance > 1300 || hotspots.size() < 2)
|
||||||
{
|
{
|
||||||
hotspot0 = ofVec3f(100000, 100000, 0);
|
hotspot0 = ofVec3f(100000, 100000, 0);
|
||||||
hotspot1 = ofVec3f(100000, 100000, 0);
|
hotspot1 = ofVec3f(100000, 100000, 0);
|
||||||
|
|
Loading…
Reference in a new issue