mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Added shapeFile field to TSForestItemData convert setting
Fixed modulePath not setting in some cases for project importer Fixed not assigning drop and splash textures in precipitation Fixed stringtable insert for sfxProfile
This commit is contained in:
parent
abf5a09bc3
commit
52c83d19e1
4 changed files with 18 additions and 7 deletions
|
|
@ -90,7 +90,7 @@ SFXProfile::SFXProfile()
|
|||
|
||||
SFXProfile::SFXProfile( SFXDescription* desc, const String& filename, bool preload )
|
||||
: Parent( desc ),
|
||||
mFilename( filename ),
|
||||
mFilename( StringTable->insert(filename.c_str()) ),
|
||||
mPreload( preload )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue