mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 02:15:32 +00:00
Linux build fixes
This commit is contained in:
@@ -33,7 +33,7 @@ CExportGameDialog::CExportGameDialog(const QString& rkIsoPath, const QString& rk
|
||||
mpUI->setupUi(this);
|
||||
|
||||
// Set up disc
|
||||
mpDisc = nod::OpenDiscFromImage(TO_WCHAR(rkIsoPath)).release();
|
||||
mpDisc = nod::OpenDiscFromImage(QStringToNodString(rkIsoPath)).release();
|
||||
|
||||
if (ValidateGame())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user