summaryrefslogtreecommitdiffstats
path: root/scene/resources/camera_attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/camera_attributes.h')
-rw-r--r--scene/resources/camera_attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/camera_attributes.h b/scene/resources/camera_attributes.h
index 0f819134e2..de57b0ce8f 100644
--- a/scene/resources/camera_attributes.h
+++ b/scene/resources/camera_attributes.h
@@ -53,7 +53,7 @@ protected:
float auto_exposure_max = 64.0;
float auto_exposure_speed = 0.5;
float auto_exposure_scale = 0.4;
- virtual void _update_auto_exposure(){};
+ virtual void _update_auto_exposure() {}
public:
virtual RID get_rid() const override;