mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
skip using the extension for the asset.scriptFile entry
This commit is contained in:
parent
426f5974da
commit
58b539653e
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,7 @@ function T3Dpre4ProjectImporter::processMaterialObject(%this, %file, %objectName
|
||||||
versionId = 1;
|
versionId = 1;
|
||||||
shaderData = "";
|
shaderData = "";
|
||||||
materialDefinitionName = %assetName;
|
materialDefinitionName = %assetName;
|
||||||
scriptFile = fileName(%file);
|
scriptFile = fileBase(%file);
|
||||||
};
|
};
|
||||||
|
|
||||||
TamlWrite(%asset, %tamlpath);
|
TamlWrite(%asset, %tamlpath);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue