Fix formatting

Former-commit-id: 7a8022aee7dac52e60f268c3a7979f246f0c07a5
This commit is contained in:
Phillip Stephens 2023-01-11 17:34:35 -08:00
parent ca305a04eb
commit b38681ceff

View File

@ -54,8 +54,8 @@ CHECK_SIZEOF(CPOINode, 0x38)
class CBoolPOINode : public CPOINode { class CBoolPOINode : public CPOINode {
public: public:
CBoolPOINode(rstl::string name, ushort type, const CCharAnimTime& time, int index, CBoolPOINode(rstl::string name, ushort type, const CCharAnimTime& time, int index, bool unique,
bool unique, float weight, int charIdx, int flags, bool value); /* float weight, int charIdx, int flags, bool value); /*
: CPOINode(name, type, time, index, unique, weight, charIdx, flags) : CPOINode(name, type, time, index, unique, weight, charIdx, flags)
, x38_val(value) {} , x38_val(value) {}
*/ */