You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Revert unnecessary changes to VisualScriptEmitSignal
Revert unnecessary changes to VisualScriptEmitSignal, commit 2032b56005b2f6add6b105a00f04c05f9b292eec
This commit is contained in:
@@ -328,9 +328,6 @@ class VisualScriptEmitSignal : public VisualScriptNode {
|
||||
|
||||
private:
|
||||
StringName name;
|
||||
StringName index;
|
||||
|
||||
void _adjust_input_index(PropertyInfo &pinfo) const;
|
||||
|
||||
protected:
|
||||
virtual void _validate_property(PropertyInfo &property) const override;
|
||||
|
||||
Reference in New Issue
Block a user