Fix some data saving and wrong label setting

This commit is contained in:
Vortrex
2021-08-15 12:15:34 -05:00
parent 4fe9c45e0a
commit 88ba26e529
3 changed files with 10 additions and 10 deletions

View File

@@ -1072,7 +1072,7 @@ function isCustomCameraSupported() {
// ===========================================================================
function areWorldLabelsSupported() {
return false;
return true;
}
// ===========================================================================