Implement TODO: ParseData for XCLeafBrushNodeLeaf
This commit is contained in:
parent
b13001ac90
commit
e290f2aca9
@ -2,15 +2,17 @@
|
||||
|
||||
XCLeafBrushNodeLeaf::XCLeafBrushNodeLeaf()
|
||||
: XCLeafBrushNodeData()
|
||||
, mBrushes() {
|
||||
}
|
||||
|
||||
XCLeafBrushNodeLeaf::~XCLeafBrushNodeLeaf()
|
||||
, mBrushes()
|
||||
{
|
||||
|
||||
SetName("C Leaf Brush Node Leaf");
|
||||
}
|
||||
|
||||
void XCLeafBrushNodeLeaf::ParseData(QDataStream *aStream) {
|
||||
void XCLeafBrushNodeLeaf::ParseData(XDataStream *aStream)
|
||||
{
|
||||
Q_UNUSED(aStream);
|
||||
|
||||
// TODO: Fill in XCLeafBrushNodeLeaf::ParseData
|
||||
|
||||
if (GetPtr() == -1) {
|
||||
// We would parse brushes here, but we're using a placeholder
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user