You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Style: Apply new changes from clang-format 8.0
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes).
This commit is contained in:
@@ -293,7 +293,8 @@ Light::Light(VisualServer::LightType p_type) {
|
||||
case VS::LIGHT_DIRECTIONAL: light = VisualServer::get_singleton()->directional_light_create(); break;
|
||||
case VS::LIGHT_OMNI: light = VisualServer::get_singleton()->omni_light_create(); break;
|
||||
case VS::LIGHT_SPOT: light = VisualServer::get_singleton()->spot_light_create(); break;
|
||||
default: {};
|
||||
default: {
|
||||
};
|
||||
}
|
||||
|
||||
VS::get_singleton()->instance_set_base(get_instance(), light);
|
||||
|
||||
Reference in New Issue
Block a user