Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2022-05-05 12:55:13 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-05-05 12:55:13 +0300
commit94533ca4b8b880ff6d2e3db1a238add2b0ee31e0 (patch)
treeba7c0f916e1e51917517011fc6f060c93a9bb1bc /source/blender/draw/engines/eevee_next/eevee_world.hh
parent3505d948c65599cd58b441f66e57028569012e14 (diff)
Cleanup: EEVEE: Fix clang-tidy warnings and unused var warning
Diffstat (limited to 'source/blender/draw/engines/eevee_next/eevee_world.hh')
-rw-r--r--source/blender/draw/engines/eevee_next/eevee_world.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee_next/eevee_world.hh b/source/blender/draw/engines/eevee_next/eevee_world.hh
index a7b77ef2e62..56554051eea 100644
--- a/source/blender/draw/engines/eevee_next/eevee_world.hh
+++ b/source/blender/draw/engines/eevee_next/eevee_world.hh
@@ -56,7 +56,7 @@ class World {
public:
World(Instance &inst) : inst_(inst){};
- void sync(void);
+ void sync();
};
/** \} */