You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@@ -39,7 +39,7 @@ class VisualScriptNodeInstance;
|
||||
class VisualScript;
|
||||
|
||||
class VisualScriptNode : public Resource {
|
||||
GDCLASS(VisualScriptNode, Resource)
|
||||
GDCLASS(VisualScriptNode, Resource);
|
||||
|
||||
friend class VisualScript;
|
||||
|
||||
@@ -165,7 +165,7 @@ public:
|
||||
|
||||
class VisualScript : public Script {
|
||||
|
||||
GDCLASS(VisualScript, Script)
|
||||
GDCLASS(VisualScript, Script);
|
||||
|
||||
RES_BASE_EXTENSION("vs");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user