mirror of
https://github.com/zeldaret/botw
synced 2026-09-06 18:51:07 -04:00
ksys: Fix signature of KingEditorComponent::syncData
The buffer needs to be mutable. ActorParamMgr modifies it for example
This commit is contained in:
@@ -30,7 +30,7 @@ class ActorParamMgr final : public sead::hostio::Node, public KingEditorComponen
|
||||
|
||||
public:
|
||||
const char* getName() const override { return "AglXml"; }
|
||||
void syncData(const char* data) override;
|
||||
void syncData(char* data) override;
|
||||
|
||||
DebugMessage& getDebugMessage() { return mDebugMessage; }
|
||||
sead::Heap* getDebugHeap() const { return mDebugHeap; }
|
||||
|
||||
Reference in New Issue
Block a user