mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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)
|
function loadAssetsByType(%assetType)
|
||||||
|
{
|
||||||
%assetQuery = new AssetQuery();
|
%assetQuery = new AssetQuery();
|
||||||
AssetDatabase.findAssetType(%assetQuery, %assetType);
|
AssetDatabase.findAssetType(%assetQuery, %assetType);
|
||||||
%count = %assetQuery.getCount();
|
%count = %assetQuery.getCount();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue