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