1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Added visualize labels

This commit is contained in:
Jon Ziebell 2022-09-04 22:54:52 -04:00
parent 3a93cbfc93
commit 50ad0f46e7

View File

@ -1061,6 +1061,8 @@ beestat.component.scene.prototype.set_auto_rotate = function(auto_rotate) {
beestat.component.scene.prototype.set_labels = function(labels) {
this.labels_ = labels;
this.update_();
return this;
};