mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 05:45:40 +00:00
Corrected FeatureSet::getNextFeatureIndex and ShaderFeature::getProcessIndex signed mismatch.
This commit is contained in:
parent
6a2d394d90
commit
36daca8d8e
4 changed files with 8 additions and 8 deletions
|
|
@ -153,7 +153,7 @@ public:
|
|||
void setProcessIndex( S32 index ) { mProcessIndex = index; }
|
||||
|
||||
///
|
||||
U32 getProcessIndex() const { return mProcessIndex; }
|
||||
S32 getProcessIndex() const { return mProcessIndex; }
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// Virtual Functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue