diff options
Diffstat (limited to 'modules/multiplayer/editor/replication_editor.h')
-rw-r--r-- | modules/multiplayer/editor/replication_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/multiplayer/editor/replication_editor.h b/modules/multiplayer/editor/replication_editor.h index d1e0e0a541..262c10ea81 100644 --- a/modules/multiplayer/editor/replication_editor.h +++ b/modules/multiplayer/editor/replication_editor.h @@ -76,7 +76,7 @@ private: void _update_checked(const NodePath &p_prop, int p_column, bool p_checked); void _update_config(); void _dialog_closed(bool p_confirmed); - void _add_property(const NodePath &p_property, bool p_spawn = true, bool p_sync = true); + void _add_property(const NodePath &p_property, bool p_spawn = true, bool p_sync = true, bool p_watch = false); void _pick_node_filter_text_changed(const String &p_newtext); void _pick_node_select_recursive(TreeItem *p_item, const String &p_filter, Vector<Node *> &p_select_candidates); |