mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 20:05:33 +00:00
Various fixes
This commit is contained in:
parent
60a29777fa
commit
3fa7a0d4fa
27 changed files with 171 additions and 177 deletions
|
|
@ -85,9 +85,6 @@ private:
|
|||
StringTableEntry mGameObjectAssetId;
|
||||
AssetPtr<GameObjectAsset> mGameObjectAsset;
|
||||
|
||||
//Marked if this entity is a GameObject and deliniates from the parent GO asset
|
||||
bool mDirtyGameObject;
|
||||
|
||||
ContainerQueryInfo containerInfo;
|
||||
|
||||
bool mInitialized;
|
||||
|
|
@ -100,6 +97,8 @@ private:
|
|||
S32 mLifetimeMS;
|
||||
|
||||
protected:
|
||||
//Marked if this entity is a GameObject and deliniates from the parent GO asset
|
||||
bool mDirtyGameObject;
|
||||
|
||||
virtual void processTick(const Move* move);
|
||||
virtual void advanceTime(F32 dt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue