mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
GetMember is not reading. So don't try to fix-up "read" data when getting a member.
Fixes #3
This commit is contained in:
@@ -71,9 +71,9 @@ public:
|
||||
GetMember(const String& name);
|
||||
|
||||
/// Tell the reflection code we are getting a member for scripting purposes
|
||||
static constexpr bool isReading = true;
|
||||
static constexpr bool isReading = false;
|
||||
static constexpr bool isWriting = false;
|
||||
static constexpr bool isScripting = false;
|
||||
static constexpr bool isScripting = true;
|
||||
inline bool isCompound() const { return true; }
|
||||
inline Version formatVersion() const { return app_version; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user