lightpreview: fix loading a .bsp failing if there were light options set in the ui

This commit is contained in:
Eric Wasylishen 2023-09-09 16:50:05 -06:00
parent 2859f80465
commit 741b0b77ed
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ int MainWindow::compileMap(const QString &file, bool is_reload)
LoadBSPFile(fs_path, &m_bspdata);
auto opts = ParseArgs(light_options);
auto opts = ParseArgs(common_options);
std::vector<const char *> argPtrs;