diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-03-13 15:38:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 15:38:55 +0100 |
commit | c8fce1661da2ed02e94d3edd91fc3f31aa6888cc (patch) | |
tree | 3b94f5ceaefa4adf439437201d8e253f0bc14851 /editor/editor_inspector.h | |
parent | dd94c6081a16b7b6f8a2ba3d5a8934ac2c3c8e37 (diff) | |
parent | d271e2517e77707d33ca46811a87603340befa2f (diff) | |
download | redot-engine-c8fce1661da2ed02e94d3edd91fc3f31aa6888cc.tar.gz |
Merge pull request #59102 from rcorre/copy-project-config
Diffstat (limited to 'editor/editor_inspector.h')
-rw-r--r-- | editor/editor_inspector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_inspector.h b/editor/editor_inspector.h index c1454ad84c..3c482a07e7 100644 --- a/editor/editor_inspector.h +++ b/editor/editor_inspector.h @@ -68,6 +68,7 @@ private: friend class EditorInspector; Object *object; StringName property; + String property_path; int property_usage; |