mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Rename all member variables to follow the style guidelines (prefixed with the 'm') - class TSShapeLoader
This commit is contained in:
parent
9aeb4389f3
commit
1778a8d7f2
7 changed files with 284 additions and 284 deletions
|
|
@ -157,7 +157,7 @@ public:
|
|||
|
||||
public:
|
||||
ColladaExtension_effect(const domEffect* effect)
|
||||
: mLastAnimTime(TSShapeLoader::DefaultTime-1), mTextureTransform(true), mBumpSampler(0)
|
||||
: mLastAnimTime(TSShapeLoader::smDefaultTime-1), mTextureTransform(true), mBumpSampler(0)
|
||||
{
|
||||
//----------------------------------
|
||||
// <effect>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue