lightpreview: fix loading a .bsp failing if there were light options set in the ui
This commit is contained in:
parent
2859f80465
commit
741b0b77ed
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue