更新 'src/Main/options.cxx'

This commit is contained in:
zhongjin 2022-11-25 08:40:56 +08:00
parent 50d2add451
commit 3d0283b44a

View File

@ -2927,7 +2927,7 @@ OptionResult Options::processOptions()
SG_LOG(SG_GENERAL, SG_ALERT, msg); SG_LOG(SG_GENERAL, SG_ALERT, msg);
} }
SGPath addonPath = globals->get_fg_root(); addonPath = globals->get_fg_root();
addonPath.append("Addon/addon-littlenavmap"); addonPath.append("Addon/addon-littlenavmap");
try { try {