Always init AardGL
This commit is contained in:
parent
b1257a4c51
commit
56456bddda
@ -179,7 +179,8 @@ class VideoData {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(! this.arSetupComplete){
|
if(! this.arSetupComplete){
|
||||||
this.arDetector = new ArDetector(this);
|
// this.arDetector = new ArDetector(this);
|
||||||
|
this.arDetector = new AardGl(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -192,7 +193,8 @@ class VideoData {
|
|||||||
this.arDetector.init();
|
this.arDetector.init();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
this.arDetector = new ArDetector(this);
|
// this.arDetector = new ArDetector(this);
|
||||||
|
this.arDetector = new AardGl(this);
|
||||||
this.arDetector.init();
|
this.arDetector.init();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user