various misc fixes from merge.

This commit is contained in:
Jeff Hutchinson 2021-09-01 22:36:59 -04:00
parent 17231ca9fb
commit b0549118b6
4 changed files with 5 additions and 4 deletions

View file

@ -298,7 +298,7 @@ function TerrainMaterialDlg::changeTerrainMatMapAsset(%this)
%targetMap.setBitmap( %image );
%targetMapName = %mapName @ "AssetId";
%targetMapName = %targetMap @ "AssetId";
%targetMapName.setText(%imgAsset);
TerrainMaterialDlg.matDirty = true;