same change but for gbitmap

make sure to use the namespace TSShape
This commit is contained in:
marauder2k7 2026-06-07 22:30:56 +01:00
parent e83bab90d7
commit 3aac9af35e
5 changed files with 32 additions and 27 deletions

View file

@ -278,7 +278,7 @@ public:
template<class T, dsize_t mapLength>
void swizzle(const Swizzle<T,mapLength> *s);
static Vector<Registration> sRegistrations;
static Vector<Registration>& getBitmapRegistrations();
private:
GFXFormat mInternalFormat;