mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +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
|
@ -44,7 +44,7 @@ class VisualScriptEditorVariableEdit;
|
|||
#ifdef TOOLS_ENABLED
|
||||
|
||||
class VisualScriptEditor : public ScriptEditorBase {
|
||||
GDCLASS(VisualScriptEditor, ScriptEditorBase)
|
||||
GDCLASS(VisualScriptEditor, ScriptEditorBase);
|
||||
|
||||
enum {
|
||||
TYPE_SEQUENCE = 1000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue