You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@@ -487,7 +487,7 @@ void CameraAttributesPhysical::_bind_methods() {
|
||||
ADD_GROUP("Auto Exposure", "auto_exposure_");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::FLOAT, "auto_exposure_min_exposure_value", PROPERTY_HINT_RANGE, "-16.0,16.0,0.01,or_greater,suffix:EV100"), "set_auto_exposure_min_exposure_value", "get_auto_exposure_min_exposure_value");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::FLOAT, "auto_exposure_max_exposure_value", PROPERTY_HINT_RANGE, "-16.0,16.0,0.01,or_greater,suffix:EV100"), "set_auto_exposure_max_exposure_value", "get_auto_exposure_max_exposure_value");
|
||||
};
|
||||
}
|
||||
|
||||
CameraAttributesPhysical::CameraAttributesPhysical() {
|
||||
_update_exposure();
|
||||
|
||||
Reference in New Issue
Block a user