mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
various misc fixes from merge.
This commit is contained in:
parent
17231ca9fb
commit
b0549118b6
4 changed files with 5 additions and 4 deletions
|
|
@ -298,7 +298,7 @@ function TerrainMaterialDlg::changeTerrainMatMapAsset(%this)
|
|||
|
||||
%targetMap.setBitmap( %image );
|
||||
|
||||
%targetMapName = %mapName @ "AssetId";
|
||||
%targetMapName = %targetMap @ "AssetId";
|
||||
%targetMapName.setText(%imgAsset);
|
||||
|
||||
TerrainMaterialDlg.matDirty = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue