mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 00:23:46 +00:00
Some code cleanup, tweak and optimizations for assets, entities and components.
This commit is contained in:
parent
e4427b7654
commit
c337649019
15 changed files with 58 additions and 40 deletions
|
|
@ -90,10 +90,12 @@ ConsoleSetType(TypeLevelAssetPtr)
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
LevelAsset::LevelAsset()
|
||||
LevelAsset::LevelAsset() : AssetBase(), mIsSubLevel(false)
|
||||
{
|
||||
mLevelFile = StringTable->EmptyString();
|
||||
mPreviewImage = StringTable->EmptyString();
|
||||
|
||||
mMainLevelAsset = StringTable->EmptyString();
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue