mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-30 17:45:21 +00:00
fix script issue.
This commit is contained in:
parent
6e072dbf91
commit
a2d5e475fb
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ function AssetBrowser::buildTerrainAssetPreview(%this, %assetDef, %previewData)
|
|||
%previewData.tooltip = "Asset Name: " @ %assetDef.assetName @
|
||||
"\nAsset Type: Terrain Asset" @
|
||||
"\nAsset Definition ID: " @ %assetDef @
|
||||
"\nDefinition Path: " @ %assetPath @ %assetDef.getTerrainFilePath();
|
||||
"\nDefinition Path: " @ %assetDef.getTerrainFilePath();
|
||||
}
|
||||
|
||||
function GuiInspectorTypeTerrainAssetPtr::onClick( %this, %fieldName )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue