You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@@ -431,7 +431,8 @@ public:
|
||||
|
||||
class SpatialEditorViewportContainer : public Container {
|
||||
|
||||
GDCLASS(SpatialEditorViewportContainer, Container)
|
||||
GDCLASS(SpatialEditorViewportContainer, Container);
|
||||
|
||||
public:
|
||||
enum View {
|
||||
VIEW_USE_1_VIEWPORT,
|
||||
|
||||
Reference in New Issue
Block a user