Fix formatting

This commit is contained in:
Phillip Stephens 2023-01-11 17:34:35 -08:00
parent b90862a39a
commit 7a8022aee7
1 changed files with 2 additions and 2 deletions

View File

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