mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
replace specific names for a universal getRegistrations
This commit is contained in:
parent
3aac9af35e
commit
d4e9275240
7 changed files with 28 additions and 28 deletions
|
|
@ -278,7 +278,7 @@ public:
|
|||
template<class T, dsize_t mapLength>
|
||||
void swizzle(const Swizzle<T,mapLength> *s);
|
||||
|
||||
static Vector<Registration>& getBitmapRegistrations();
|
||||
static Vector<Registration>& getRegistrations();
|
||||
|
||||
private:
|
||||
GFXFormat mInternalFormat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue