mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 06:04:37 +00:00
typofix
This commit is contained in:
parent
dee5b46169
commit
1f518499c9
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ function loadModuleMaterials(%moduleGroup)
|
|||
}
|
||||
|
||||
function loadAssetsByType(%assetType)
|
||||
{
|
||||
%assetQuery = new AssetQuery();
|
||||
AssetDatabase.findAssetType(%assetQuery, %assetType);
|
||||
%count = %assetQuery.getCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue