mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
Made use of semicolons more consitent, fixed formatting
This commit is contained in:
parent
43a9b8c76c
commit
38d3bfe971
143 changed files with 463 additions and 380 deletions
|
|
@ -2350,7 +2350,7 @@ VisualShaderEditorPlugin::~VisualShaderEditorPlugin() {
|
|||
////////////////
|
||||
|
||||
class VisualShaderNodePluginInputEditor : public OptionButton {
|
||||
GDCLASS(VisualShaderNodePluginInputEditor, OptionButton)
|
||||
GDCLASS(VisualShaderNodePluginInputEditor, OptionButton);
|
||||
|
||||
Ref<VisualShaderNodeInput> input;
|
||||
|
||||
|
|
@ -2395,7 +2395,8 @@ public:
|
|||
};
|
||||
|
||||
class VisualShaderNodePluginDefaultEditor : public VBoxContainer {
|
||||
GDCLASS(VisualShaderNodePluginDefaultEditor, VBoxContainer)
|
||||
GDCLASS(VisualShaderNodePluginDefaultEditor, VBoxContainer);
|
||||
|
||||
public:
|
||||
void _property_changed(const String &prop, const Variant &p_value, const String &p_field, bool p_changing = false) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue