replace specific names for a universal getRegistrations

This commit is contained in:
marauder2k7 2026-06-07 22:37:20 +01:00
parent 3aac9af35e
commit d4e9275240
7 changed files with 28 additions and 28 deletions

View file

@ -123,7 +123,7 @@ public:
static void sRegisterFormat(const ShapeRegistration& reg);
static const ShapeRegistration* sFindShapeRegInfo(const String& extension, bool exporting = false);
static Vector<ShapeRegistration>& getShapeRegistrations();
static Vector<ShapeRegistration>& getRegistrations();
/// Nodes hold the transforms in the shape's tree. They are the bones of the skeleton.
struct Node