mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 16:43:50 +00:00
Merge pull request #313 from Azaezel/alpha40_chooselevelCorrection
fix chooseleveldlg
This commit is contained in:
commit
1600bfaf57
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ function ChooseLevelDlg::onWake( %this )
|
|||
|
||||
%levelAsset = AssetDatabase.acquireAsset(%assetId);
|
||||
|
||||
%file = %levelAsset.getLevelFile();
|
||||
%file = %levelAsset.getLevelPath();
|
||||
|
||||
if ( !isFile(%file @ ".mis") && !isFile(%file @ ".mis.dso") &&!isFile(%file) )
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue