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:
Areloch 2021-07-28 12:01:17 -05:00
parent abf5a09bc3
commit 52c83d19e1
4 changed files with 18 additions and 7 deletions

View file

@ -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 )
{
}