summaryrefslogtreecommitdiffstats
path: root/modules/noise/tests/test_noise_texture_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/noise/tests/test_noise_texture_3d.h')
-rw-r--r--modules/noise/tests/test_noise_texture_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/noise/tests/test_noise_texture_3d.h b/modules/noise/tests/test_noise_texture_3d.h
index 434cd20a08..78616d478e 100644
--- a/modules/noise/tests/test_noise_texture_3d.h
+++ b/modules/noise/tests/test_noise_texture_3d.h
@@ -44,7 +44,7 @@ class NoiseTexture3DTester : public RefCounted {
public:
NoiseTexture3DTester(const NoiseTexture3D *const p_texture) :
- texture{ p_texture } {};
+ texture{ p_texture } {}
Color compute_average_color(const Ref<Image> &p_noise_image) {
Color r_avg_color{};