Fix: Add set name to constructor.
This commit is contained in:
parent
08cf71cb02
commit
2ae9bf95a4
@ -1,10 +1,12 @@
|
||||
#include "xanimdeltapartquatdata.h"
|
||||
|
||||
XAnimDeltaPartQuatData::XAnimDeltaPartQuatData()
|
||||
: XAsset() {
|
||||
: XAsset()
|
||||
{
|
||||
SetName("Animation Delta Part Quat Data");
|
||||
}
|
||||
|
||||
void XAnimDeltaPartQuatData::ParseData(QDataStream *aStream) {
|
||||
void XAnimDeltaPartQuatData::ParseData(XDataStream *aStream) {
|
||||
if (GetPtr() == -1) {
|
||||
// Parse frames
|
||||
mFrames.ParseData(aStream);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user