You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@@ -234,11 +234,11 @@ public:
|
||||
|
||||
RendererSceneOcclusionCull() {
|
||||
singleton = this;
|
||||
};
|
||||
}
|
||||
|
||||
virtual ~RendererSceneOcclusionCull() {
|
||||
singleton = nullptr;
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
#endif // RENDERER_SCENE_OCCLUSION_CULL_H
|
||||
|
||||
Reference in New Issue
Block a user