1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 12:25:13 +03:00

Merge branch 'development' of github.com:cleanflight/cleanflight-configurator into development

This commit is contained in:
Paul Rogalinski 2015-01-28 00:03:11 +01:00
commit 03e47d8aad

View file

@ -215,7 +215,7 @@ TABS.setup.initialize3D = function (compatibility) {
// Temporary workaround for 'custom' model until akfreak's custom model is merged. // Temporary workaround for 'custom' model until akfreak's custom model is merged.
var useLegacyCustomModel = false; var useLegacyCustomModel = false;
if (model_file = 'custom') { if (model_file == 'custom') {
model_file = 'fallback'; model_file = 'fallback';
useLegacyCustomModel = true; useLegacyCustomModel = true;
} }