mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Final Linux compliance changes(renames, tweaks for gcc compliance, etc)
This commit is contained in:
parent
f5e86a83b5
commit
510b726f6f
25 changed files with 47 additions and 46 deletions
|
|
@ -153,7 +153,7 @@ public:
|
|||
virtual TSShape* getShape() { if (mMeshAsset) return mMeshAsset->getShape(); else return NULL; }
|
||||
virtual TSShapeInstance* getShapeInstance() { return mShapeInstance; }
|
||||
|
||||
Resource<TSShape> getShapeResource() { if (mMeshAsset) return mMeshAsset->getShapeResource(); else return NULL; }
|
||||
Resource<TSShape> getShapeResource() { return mMeshAsset->getShapeResource(); }
|
||||
|
||||
void _onResourceChanged(const Torque::Path &path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue