You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@@ -54,7 +54,8 @@ public:
|
||||
};
|
||||
|
||||
class EditorInspectorPluginTexture : public EditorInspectorPlugin {
|
||||
GDCLASS(EditorInspectorPluginTexture, EditorInspectorPlugin)
|
||||
GDCLASS(EditorInspectorPluginTexture, EditorInspectorPlugin);
|
||||
|
||||
public:
|
||||
virtual bool can_handle(Object *p_object);
|
||||
virtual void parse_begin(Object *p_object);
|
||||
|
||||
Reference in New Issue
Block a user