mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
tweak
This commit is contained in:
parent
51ad8194de
commit
bb204154a1
2 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,6 @@ public:
|
|||
virtual int processEditPacketData(PacketType packetType, const unsigned char* packetData, int packetLength,
|
||||
const unsigned char* editData, int maxLength, const SharedNodePointer& senderNode);
|
||||
|
||||
virtual bool recurseChildrenWithData() const { return false; }
|
||||
|
||||
virtual void update();
|
||||
|
||||
void storeModel(const ModelItem& model, const SharedNodePointer& senderNode = SharedNodePointer());
|
||||
|
|
|
@ -55,6 +55,7 @@ public:
|
|||
virtual bool handlesEditPacketType(PacketType packetType) const;
|
||||
virtual int processEditPacketData(PacketType packetType, const unsigned char* packetData, int packetLength,
|
||||
const unsigned char* editData, int maxLength, const SharedNodePointer& node);
|
||||
virtual bool recurseChildrenWithData() const { return false; }
|
||||
|
||||
private:
|
||||
// helper functions for nudgeSubTree
|
||||
|
|
Loading…
Reference in a new issue