Fix: Set name for Animation Part Trans Data
This commit sets the name for the XAnimPartTransData object, ensuring consistent identification within the XAssets framework.
This commit is contained in:
parent
d9f6e13bdf
commit
63468fa91e
@ -5,6 +5,7 @@ XAnimPartTransData::XAnimPartTransData()
|
||||
, mFrames()
|
||||
, mFrame()
|
||||
{
|
||||
SetName("Animation Part Trans Data");
|
||||
}
|
||||
|
||||
XAnimPartTransData::XAnimPartTransData(const XAnimPartTransData &aSrc)
|
||||
@ -15,12 +16,7 @@ XAnimPartTransData::XAnimPartTransData(const XAnimPartTransData &aSrc)
|
||||
|
||||
}
|
||||
|
||||
XAnimPartTransData::~XAnimPartTransData()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XAnimPartTransData::ParseData(QDataStream *aStream) {
|
||||
void XAnimPartTransData::ParseData(XDataStream *aStream) {
|
||||
if (GetPtr() == -1) {
|
||||
// We need to determine which part of the union to parse
|
||||
// For simplicity, we'll assume it's always frames for now
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user