fix spacing

This commit is contained in:
Syping 2020-05-16 16:32:07 +02:00
parent cd2aa329b9
commit 2cb833995a

View file

@ -117,7 +117,7 @@ function compileScript()
local filePath = showFileDialog(SaveFileDialog, "Select output file...", currentFilter, mainWindow)
if (filePath ~= nil) then
local compileArgs = { getWidgetText(scriptLineEdit) }
if (currentSstub ~= nil) then
if (currentSstub ~= nil) then
compileArgs[2] = "--luaengine"
compileArgs[3] = sstubDir.."/"..currentSstub
compileArgs[4] = filePath