mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
adjusted enable/disable mesh setting
This commit is contained in:
parent
9728f847ec
commit
90a77a55d1
1 changed files with 0 additions and 5 deletions
|
@ -35,8 +35,3 @@ exports.atob_FD = function (data) {
|
||||||
exports.atob = function (data) {
|
exports.atob = function (data) {
|
||||||
return window.btoa(Buffer.from(data, "base64").toString("utf8"));
|
return window.btoa(Buffer.from(data, "base64").toString("utf8"));
|
||||||
};
|
};
|
||||||
//**Global mesh setting, to enable mesh return true, otherwise false. Set to false for release builds */
|
|
||||||
exports.enable_mesh = function () {
|
|
||||||
return true;
|
|
||||||
//return false;
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in a new issue