You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@@ -99,7 +99,7 @@ struct NativeScriptDesc {
|
||||
};
|
||||
|
||||
class NativeScript : public Script {
|
||||
GDCLASS(NativeScript, Script)
|
||||
GDCLASS(NativeScript, Script);
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
Set<PlaceHolderScriptInstance *> placeholders;
|
||||
@@ -370,7 +370,7 @@ inline NativeScriptDesc *NativeScript::get_script_desc() const {
|
||||
}
|
||||
|
||||
class NativeReloadNode : public Node {
|
||||
GDCLASS(NativeReloadNode, Node)
|
||||
GDCLASS(NativeReloadNode, Node);
|
||||
bool unloaded;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user